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

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

Issue 1830983002: Implement InstanceIDAndroid using InstanceIDWithSubtype.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid1subtype
Patch Set: Rebase Created 4 years, 8 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
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/chrome_build.gni") 5 import("//build/config/chrome_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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 ".", 756 ".",
757 "//chrome") 757 "//chrome")
758 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, 758 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources,
759 ".", 759 ".",
760 "//chrome") 760 "//chrome")
761 deps += [ 761 deps += [
762 ":client_discourse_context_proto", 762 ":client_discourse_context_proto",
763 ":delta_file_proto", 763 ":delta_file_proto",
764 ":jni_headers", 764 ":jni_headers",
765 "//components/data_usage/android", 765 "//components/data_usage/android",
766 "//components/gcm_driver/instance_id",
Peter Beverloo 2016/04/11 14:05:31 Why is this necessary? The deps array defined on l
johnme 2016/04/13 11:42:12 Removed
766 "//components/precache/content", 767 "//components/precache/content",
767 "//components/precache/core", 768 "//components/precache/core",
768 "//components/resources:components_resources", 769 "//components/resources:components_resources",
769 "//components/service_tab_launcher", 770 "//components/service_tab_launcher",
770 "//components/toolbar", 771 "//components/toolbar",
771 "//components/web_contents_delegate_android", 772 "//components/web_contents_delegate_android",
772 ] 773 ]
773 } 774 }
774 775
775 if (is_android) { 776 if (is_android) {
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1329 deps = [ 1330 deps = [
1330 "//components/google/core/browser", 1331 "//components/google/core/browser",
1331 "//components/omnibox/browser", 1332 "//components/omnibox/browser",
1332 "//components/rlz", 1333 "//components/rlz",
1333 "//components/search_engines", 1334 "//components/search_engines",
1334 "//rlz:rlz_lib", 1335 "//rlz:rlz_lib",
1335 ] 1336 ]
1336 } 1337 }
1337 } 1338 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698