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

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

Issue 2317183002: Start the Physical Web scanner on Chrome start (Closed)
Patch Set: swap conditional Created 4 years, 3 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 | « no previous file | ios/chrome/browser/ios_chrome_main_parts.mm » ('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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "passwords/password_generation_offer_view.mm", 313 "passwords/password_generation_offer_view.mm",
314 "passwords/password_generation_prompt_delegate.h", 314 "passwords/password_generation_prompt_delegate.h",
315 "passwords/password_generation_utils.h", 315 "passwords/password_generation_utils.h",
316 "passwords/password_generation_utils.mm", 316 "passwords/password_generation_utils.mm",
317 "passwords/passwords_ui_delegate.h", 317 "passwords/passwords_ui_delegate.h",
318 "passwords/update_password_infobar_controller.h", 318 "passwords/update_password_infobar_controller.h",
319 "passwords/update_password_infobar_controller.mm", 319 "passwords/update_password_infobar_controller.mm",
320 "physical_web/create_physical_web_data_source.h", 320 "physical_web/create_physical_web_data_source.h",
321 "physical_web/create_physical_web_data_source.mm", 321 "physical_web/create_physical_web_data_source.mm",
322 "physical_web/physical_web_constants.h", 322 "physical_web/physical_web_constants.h",
323 "physical_web/start_physical_web_discovery.h",
324 "physical_web/start_physical_web_discovery.mm",
323 "pref_names.cc", 325 "pref_names.cc",
324 "pref_names.h", 326 "pref_names.h",
325 "prefs/browser_prefs.h", 327 "prefs/browser_prefs.h",
326 "prefs/browser_prefs.mm", 328 "prefs/browser_prefs.mm",
327 "prefs/ios_chrome_pref_model_associator_client.cc", 329 "prefs/ios_chrome_pref_model_associator_client.cc",
328 "prefs/ios_chrome_pref_model_associator_client.h", 330 "prefs/ios_chrome_pref_model_associator_client.h",
329 "prefs/ios_chrome_pref_service_factory.cc", 331 "prefs/ios_chrome_pref_service_factory.cc",
330 "prefs/ios_chrome_pref_service_factory.h", 332 "prefs/ios_chrome_pref_service_factory.h",
331 "prefs/pref_observer_bridge.h", 333 "prefs/pref_observer_bridge.h",
332 "prefs/pref_observer_bridge.mm", 334 "prefs/pref_observer_bridge.mm",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 "//ios/public/provider/chrome/browser", 851 "//ios/public/provider/chrome/browser",
850 "//ios/public/provider/chrome/browser:test_support", 852 "//ios/public/provider/chrome/browser:test_support",
851 "//ios/web", 853 "//ios/web",
852 "//net:test_support", 854 "//net:test_support",
853 "//testing/gmock", 855 "//testing/gmock",
854 "//testing/gtest", 856 "//testing/gtest",
855 "//ui/base", 857 "//ui/base",
856 "//url", 858 "//url",
857 ] 859 ]
858 } 860 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ios_chrome_main_parts.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698