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

Side by Side Diff: chrome/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Created 6 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/locales.gni") 6 import("//build/config/locales.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/chrome_repack_locales.gni") 8 import("//chrome/chrome_repack_locales.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 10
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 ] 560 ]
561 561
562 deps = [ 562 deps = [
563 "//chrome/browser", 563 "//chrome/browser",
564 "//chrome/browser/ui", 564 "//chrome/browser/ui",
565 "//chrome/plugin", 565 "//chrome/plugin",
566 "//chrome/renderer", 566 "//chrome/renderer",
567 "//chrome/utility", 567 "//chrome/utility",
568 "//components/enhanced_bookmarks", 568 "//components/enhanced_bookmarks",
569 "//content/public/app:browser", 569 "//content/public/app:browser",
570 "//content"
jamesr 2014/10/20 23:11:24 could you explain this? things in //chrome/ should
cjhopman 2014/10/21 00:19:06 This matches the gyp build: chrome/chrome_android.
570 ] 571 ]
571 } 572 }
572 573
573 } 574 }
OLDNEW
« build/config/BUILDCONFIG.gn ('K') | « cc/surfaces/BUILD.gn ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698