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

Side by Side Diff: chrome/BUILD.gn

Issue 697223004: Do not try to link chrome or app_shell in chromeos gn build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also, enable clang by default on ChromeOS Created 6 years, 1 month 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 | « build/config/BUILDCONFIG.gn ('k') | extensions/shell/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/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
11 if (is_android) { 11 if (is_android) {
12 import("//build/config/android/rules.gni") 12 import("//build/config/android/rules.gni")
13 } 13 }
14 14
15 if (!is_android) { 15 if (!is_android && !is_chromeos) {
16 16
17 # TODO(GYP) for Windows need to the the reorder-imports step which probably 17 # TODO(GYP) for Windows need to the the reorder-imports step which probably
18 # means adding another target and renaming this to chrome_initial like in GYP. 18 # means adding another target and renaming this to chrome_initial like in GYP.
19 executable("chrome") { 19 executable("chrome") {
20 # Because the sources list varies so significantly per-platform, generally 20 # Because the sources list varies so significantly per-platform, generally
21 # each platform lists its own files rather than relying on filtering or 21 # each platform lists its own files rather than relying on filtering or
22 # removing unused files. 22 # removing unused files.
23 sources = [ 23 sources = [
24 "app/chrome_exe_resource.h", 24 "app/chrome_exe_resource.h",
25 ] 25 ]
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 "//chrome/browser/ui", 584 "//chrome/browser/ui",
585 "//chrome/plugin", 585 "//chrome/plugin",
586 "//chrome/renderer", 586 "//chrome/renderer",
587 "//chrome/utility", 587 "//chrome/utility",
588 "//components/enhanced_bookmarks", 588 "//components/enhanced_bookmarks",
589 "//content/public/app:browser", 589 "//content/public/app:browser",
590 ] 590 ]
591 } 591 }
592 592
593 } 593 }
OLDNEW
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698