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

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

Issue 2417693003: Upstream utilities to select icon to display in omnibox. (Closed)
Patch Set: Created 4 years, 2 months 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 | « ios/chrome/app/theme/ios_theme_resources.grd ('k') | ios/chrome/browser/ui/omnibox/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 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 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 "ui/file_locations.h", 500 "ui/file_locations.h",
501 "ui/file_locations.mm", 501 "ui/file_locations.mm",
502 "ui/image_util.h", 502 "ui/image_util.h",
503 "ui/image_util.mm", 503 "ui/image_util.mm",
504 "ui/keyboard/UIKeyCommand+Chrome.h", 504 "ui/keyboard/UIKeyCommand+Chrome.h",
505 "ui/keyboard/UIKeyCommand+Chrome.mm", 505 "ui/keyboard/UIKeyCommand+Chrome.mm",
506 "ui/keyboard/hardware_keyboard_watcher.h", 506 "ui/keyboard/hardware_keyboard_watcher.h",
507 "ui/keyboard/hardware_keyboard_watcher.mm", 507 "ui/keyboard/hardware_keyboard_watcher.mm",
508 "ui/native_content_controller.h", 508 "ui/native_content_controller.h",
509 "ui/native_content_controller.mm", 509 "ui/native_content_controller.mm",
510 "ui/omnibox/web_omnibox_edit_controller.cc",
511 "ui/omnibox/web_omnibox_edit_controller.h",
512 "ui/orientation_limiting_navigation_controller.h", 510 "ui/orientation_limiting_navigation_controller.h",
513 "ui/orientation_limiting_navigation_controller.mm", 511 "ui/orientation_limiting_navigation_controller.mm",
514 "ui/prerender_final_status.h", 512 "ui/prerender_final_status.h",
515 "ui/reversed_animation.h", 513 "ui/reversed_animation.h",
516 "ui/reversed_animation.mm", 514 "ui/reversed_animation.mm",
517 "ui/rtl_geometry.h", 515 "ui/rtl_geometry.h",
518 "ui/rtl_geometry.mm", 516 "ui/rtl_geometry.mm",
519 "ui/show_mail_composer_util.h", 517 "ui/show_mail_composer_util.h",
520 "ui/show_mail_composer_util.mm", 518 "ui/show_mail_composer_util.mm",
521 "ui/show_privacy_settings_util.h", 519 "ui/show_privacy_settings_util.h",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 "//ios/public/provider/chrome/browser", 828 "//ios/public/provider/chrome/browser",
831 "//ios/public/provider/chrome/browser:test_support", 829 "//ios/public/provider/chrome/browser:test_support",
832 "//ios/web", 830 "//ios/web",
833 "//net:test_support", 831 "//net:test_support",
834 "//testing/gmock", 832 "//testing/gmock",
835 "//testing/gtest", 833 "//testing/gtest",
836 "//ui/base", 834 "//ui/base",
837 "//url", 835 "//url",
838 ] 836 ]
839 } 837 }
OLDNEW
« no previous file with comments | « ios/chrome/app/theme/ios_theme_resources.grd ('k') | ios/chrome/browser/ui/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698