Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2533153002: DO NOT SUBMIT, call node from GN.
Patch Set: Run different scripts with nodejs() Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/plugins/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "//chrome/app:chrome_dll_resources", 463 "//chrome/app:chrome_dll_resources",
464 "//chrome/app:command_ids", 464 "//chrome/app:command_ids",
465 "//chrome/app/resources:platform_locale_settings", 465 "//chrome/app/resources:platform_locale_settings",
466 "//chrome/app/theme:chrome_unscaled_resources", 466 "//chrome/app/theme:chrome_unscaled_resources",
467 "//chrome/app/theme:theme_resources", 467 "//chrome/app/theme:theme_resources",
468 "//chrome/browser:resource_prefetch_predictor_proto", 468 "//chrome/browser:resource_prefetch_predictor_proto",
469 "//chrome/browser/devtools", 469 "//chrome/browser/devtools",
470 "//chrome/browser/ui/webui/engagement:mojo_bindings", 470 "//chrome/browser/ui/webui/engagement:mojo_bindings",
471 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 471 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
472 "//chrome/browser/ui/webui/plugins:mojo_bindings", 472 "//chrome/browser/ui/webui/plugins:mojo_bindings",
473 "//chrome/browser/ui/webui/plugins:node_script1",
474 "//chrome/browser/ui/webui/plugins:node_script2",
473 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 475 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
474 "//chrome/common", 476 "//chrome/common",
475 "//chrome/common/net", 477 "//chrome/common/net",
476 "//chrome/installer/util:with_no_strings", 478 "//chrome/installer/util:with_no_strings",
477 "//components/app_modal", 479 "//components/app_modal",
478 "//components/autofill/content/browser:risk_proto", 480 "//components/autofill/content/browser:risk_proto",
479 "//components/autofill/core/browser", 481 "//components/autofill/core/browser",
480 "//components/bookmarks/browser", 482 "//components/bookmarks/browser",
481 "//components/bookmarks/managed", 483 "//components/bookmarks/managed",
482 "//components/browser_sync", 484 "//components/browser_sync",
(...skipping 2997 matching lines...) Expand 10 before | Expand all | Expand 10 after
3480 "test/test_confirm_bubble_model.cc", 3482 "test/test_confirm_bubble_model.cc",
3481 "test/test_confirm_bubble_model.h", 3483 "test/test_confirm_bubble_model.h",
3482 ] 3484 ]
3483 deps += [ "//chrome/test:test_support_ui" ] 3485 deps += [ "//chrome/test:test_support_ui" ]
3484 } 3486 }
3485 3487
3486 if (enable_extensions) { 3488 if (enable_extensions) {
3487 deps += [ "//extensions/browser" ] 3489 deps += [ "//extensions/browser" ]
3488 } 3490 }
3489 } 3491 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/plugins/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698