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

Side by Side Diff: components/BUILD.gn

Issue 2570573002: Convert RLZ to a buildflag header (Closed)
Patch Set: iOS 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
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ios/chrome/browser/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 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/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni")
9 import("//testing/test.gni") 10 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 11 import("//tools/grit/repack.gni")
11 12
12 if (is_android) { 13 if (is_android) {
13 import("//build/config/android/rules.gni") 14 import("//build/config/android/rules.gni")
14 } 15 }
15 16
16 if (is_ios) { 17 if (is_ios) {
17 import("//ios/build/config.gni") 18 import("//ios/build/config.gni")
18 } 19 }
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "//testing/perf", 499 "//testing/perf",
499 "//url", 500 "//url",
500 ] 501 ]
501 502
502 if (!is_ios) { 503 if (!is_ios) {
503 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 504 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
504 deps += [ "//components/discardable_memory/common" ] 505 deps += [ "//components/discardable_memory/common" ]
505 } 506 }
506 } 507 }
507 } 508 }
OLDNEW
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698