Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Nov 19, 2024
1 parent 02f49d2 commit bb4619b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 6 additions & 7 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,10 @@ exec_script_whitelist =
"//tools/gritsettings/BUILD.gn",
]

# TODO(b/378960295): Convert python scripts to GN actions.
# TODO(b/378960295): Try to remove the allowlisted files.
import("//cobalt/build/configs/cobalt.gni")
exec_script_whitelist += [
"//starboard/tools/BUILD.gn",
"//starboard/build/config/sabi/BUILD.gn",
"//starboard/build/platform_path.gni",
]

exec_script_whitelist += [
"//starboard/tools/BUILD.gn",
"//starboard/build/config/sabi/BUILD.gn",
"//starboard/build/platform_path.gni",
]
4 changes: 1 addition & 3 deletions cobalt/build/configs/cobalt.gni
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Get the path to the starboard implementation and include its GN
# configuration.

# is_cobalt is just declared here and potentially overridden while running gn gen.
declare_args() {
is_cobalt = false
}

0 comments on commit bb4619b

Please sign in to comment.