OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |