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

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

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

Powered by Google App Engine
This is Rietveld 408576698