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

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

Issue 2502863002: Add UI DevTools under chrome://inspect/#other (Closed)
Patch Set: dgozman's comments Created 4 years, 1 month 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
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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "//components/startup_metric_utils/browser:lib", 541 "//components/startup_metric_utils/browser:lib",
542 "//components/strings", 542 "//components/strings",
543 "//components/subresource_filter/content/browser", 543 "//components/subresource_filter/content/browser",
544 "//components/suggestions/proto", 544 "//components/suggestions/proto",
545 "//components/supervised_user_error_page", 545 "//components/supervised_user_error_page",
546 "//components/sync", 546 "//components/sync",
547 "//components/sync_preferences", 547 "//components/sync_preferences",
548 "//components/sync_sessions", 548 "//components/sync_sessions",
549 "//components/toolbar", 549 "//components/toolbar",
550 "//components/tracing:startup_tracing", 550 "//components/tracing:startup_tracing",
551 "//components/ui_devtools",
551 "//components/undo", 552 "//components/undo",
552 "//components/update_client", 553 "//components/update_client",
553 "//components/upload_list", 554 "//components/upload_list",
554 "//components/url_formatter", 555 "//components/url_formatter",
555 "//components/user_manager", 556 "//components/user_manager",
556 "//components/user_prefs", 557 "//components/user_prefs",
557 "//components/variations", 558 "//components/variations",
558 "//components/variations/service", 559 "//components/variations/service",
559 "//components/version_ui", 560 "//components/version_ui",
560 "//components/web_cache/browser", 561 "//components/web_cache/browser",
(...skipping 2906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3467 "test/test_confirm_bubble_model.cc", 3468 "test/test_confirm_bubble_model.cc",
3468 "test/test_confirm_bubble_model.h", 3469 "test/test_confirm_bubble_model.h",
3469 ] 3470 ]
3470 deps += [ "//chrome/test:test_support_ui" ] 3471 deps += [ "//chrome/test:test_support_ui" ]
3471 } 3472 }
3472 3473
3473 if (enable_extensions) { 3474 if (enable_extensions) {
3474 deps += [ "//extensions/browser" ] 3475 deps += [ "//extensions/browser" ]
3475 } 3476 }
3476 } 3477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698