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

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

Issue 2557103004: Add chrome://site-tiles-internals/ (Closed)
Patch Set: rebase 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/chrome_web_ui_controller_factory.cc » ('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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "webui/metrics_handler.h", 369 "webui/metrics_handler.h",
370 "webui/mojo_web_ui_controller.cc", 370 "webui/mojo_web_ui_controller.cc",
371 "webui/mojo_web_ui_controller.h", 371 "webui/mojo_web_ui_controller.h",
372 "webui/mojo_web_ui_handler.h", 372 "webui/mojo_web_ui_handler.h",
373 "webui/net_export_ui.cc", 373 "webui/net_export_ui.cc",
374 "webui/net_export_ui.h", 374 "webui/net_export_ui.h",
375 "webui/net_internals/net_internals_ui.cc", 375 "webui/net_internals/net_internals_ui.cc",
376 "webui/net_internals/net_internals_ui.h", 376 "webui/net_internals/net_internals_ui.h",
377 "webui/ntp/ntp_user_data_logger.cc", 377 "webui/ntp/ntp_user_data_logger.cc",
378 "webui/ntp/ntp_user_data_logger.h", 378 "webui/ntp/ntp_user_data_logger.h",
379 "webui/ntp_tiles_internals_ui.cc",
380 "webui/ntp_tiles_internals_ui.h",
379 "webui/omnibox/omnibox_page_handler.cc", 381 "webui/omnibox/omnibox_page_handler.cc",
380 "webui/omnibox/omnibox_page_handler.h", 382 "webui/omnibox/omnibox_page_handler.h",
381 "webui/omnibox/omnibox_ui.cc", 383 "webui/omnibox/omnibox_ui.cc",
382 "webui/omnibox/omnibox_ui.h", 384 "webui/omnibox/omnibox_ui.h",
383 "webui/password_manager_internals/password_manager_internals_ui.cc", 385 "webui/password_manager_internals/password_manager_internals_ui.cc",
384 "webui/password_manager_internals/password_manager_internals_ui.h", 386 "webui/password_manager_internals/password_manager_internals_ui.h",
385 "webui/policy_material_design_ui.cc", 387 "webui/policy_material_design_ui.cc",
386 "webui/policy_material_design_ui.h", 388 "webui/policy_material_design_ui.h",
387 "webui/policy_ui.cc", 389 "webui/policy_ui.cc",
388 "webui/policy_ui.h", 390 "webui/policy_ui.h",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "//components/dom_distiller/webui", 497 "//components/dom_distiller/webui",
496 "//components/domain_reliability", 498 "//components/domain_reliability",
497 "//components/favicon/content", 499 "//components/favicon/content",
498 "//components/favicon/core", 500 "//components/favicon/core",
499 "//components/feedback", 501 "//components/feedback",
500 "//components/flags_ui", 502 "//components/flags_ui",
501 "//components/gcm_driver", 503 "//components/gcm_driver",
502 "//components/google/core/browser", 504 "//components/google/core/browser",
503 "//components/guest_view/browser", 505 "//components/guest_view/browser",
504 "//components/history/content/browser", 506 "//components/history/content/browser",
507 "//components/image_fetcher",
505 "//components/infobars/core", 508 "//components/infobars/core",
506 "//components/invalidation/impl", 509 "//components/invalidation/impl",
507 "//components/keyed_service/content", 510 "//components/keyed_service/content",
508 "//components/keyed_service/core", 511 "//components/keyed_service/core",
509 "//components/metrics:profiler", 512 "//components/metrics:profiler",
510 "//components/mime_util", 513 "//components/mime_util",
511 "//components/net_log", 514 "//components/net_log",
512 "//components/ntp_snippets", 515 "//components/ntp_snippets",
513 "//components/ntp_tiles", 516 "//components/ntp_tiles",
514 "//components/offline_pages/core", 517 "//components/offline_pages/core",
(...skipping 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 "test/test_confirm_bubble_model.cc", 3490 "test/test_confirm_bubble_model.cc",
3488 "test/test_confirm_bubble_model.h", 3491 "test/test_confirm_bubble_model.h",
3489 ] 3492 ]
3490 deps += [ "//chrome/test:test_support_ui" ] 3493 deps += [ "//chrome/test:test_support_ui" ]
3491 } 3494 }
3492 3495
3493 if (enable_extensions) { 3496 if (enable_extensions) {
3494 deps += [ "//extensions/browser" ] 3497 deps += [ "//extensions/browser" ]
3495 } 3498 }
3496 } 3499 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698