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

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

Issue 1500533002: Upstream chrome://flags & chrome://ui-alternatives iOS WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add components/flags_ui/resources/apple_flags.css to PRESUBMIT blacklist Created 5 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 | « components/resources/flags_ui_resources.grdp ('k') | ios/chrome/browser/ui/webui/flags_ui.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 7
8 declare_args() { 8 declare_args() {
9 google_test_gaia_client_id = "" 9 google_test_gaia_client_id = ""
10 google_test_gaia_client_secret = "" 10 google_test_gaia_client_secret = ""
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "ui/size_class_support_util.mm", 404 "ui/size_class_support_util.mm",
405 "ui/ui_util.h", 405 "ui/ui_util.h",
406 "ui/ui_util.mm", 406 "ui/ui_util.mm",
407 "ui/uikit_ui_util.h", 407 "ui/uikit_ui_util.h",
408 "ui/uikit_ui_util.mm", 408 "ui/uikit_ui_util.mm",
409 "ui/url_loader.h", 409 "ui/url_loader.h",
410 "ui/webui/about_ui.cc", 410 "ui/webui/about_ui.cc",
411 "ui/webui/about_ui.h", 411 "ui/webui/about_ui.h",
412 "ui/webui/crashes_ui.cc", 412 "ui/webui/crashes_ui.cc",
413 "ui/webui/crashes_ui.h", 413 "ui/webui/crashes_ui.h",
414 "ui/webui/flags_ui.cc",
415 "ui/webui/flags_ui.h",
414 "ui/webui/net_export/net_export_ui.cc", 416 "ui/webui/net_export/net_export_ui.cc",
415 "ui/webui/net_export/net_export_ui.h", 417 "ui/webui/net_export/net_export_ui.h",
416 "ui/webui/sync_internals/sync_internals_message_handler.cc", 418 "ui/webui/sync_internals/sync_internals_message_handler.cc",
417 "ui/webui/sync_internals/sync_internals_message_handler.h", 419 "ui/webui/sync_internals/sync_internals_message_handler.h",
418 "ui/webui/sync_internals/sync_internals_ui.cc", 420 "ui/webui/sync_internals/sync_internals_ui.cc",
419 "ui/webui/sync_internals/sync_internals_ui.h", 421 "ui/webui/sync_internals/sync_internals_ui.h",
420 "ui/webui/version_handler.cc", 422 "ui/webui/version_handler.cc",
421 "ui/webui/version_handler.h", 423 "ui/webui/version_handler.h",
422 "ui/webui/version_ui.cc", 424 "ui/webui/version_ui.cc",
423 "ui/webui/version_ui.h", 425 "ui/webui/version_ui.h",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 "//components/signin/ios/browser", 646 "//components/signin/ios/browser",
645 "//ios/chrome/browser", 647 "//ios/chrome/browser",
646 "//ios/chrome/test", 648 "//ios/chrome/test",
647 "//ios/public/provider/chrome/browser", 649 "//ios/public/provider/chrome/browser",
648 "//testing/gmock", 650 "//testing/gmock",
649 "//testing/gtest", 651 "//testing/gtest",
650 "//ui/base", 652 "//ui/base",
651 "//url", 653 "//url",
652 ] 654 ]
653 } 655 }
OLDNEW
« no previous file with comments | « components/resources/flags_ui_resources.grdp ('k') | ios/chrome/browser/ui/webui/flags_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698