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

Side by Side Diff: tools/gn/secondary/chrome/BUILD.gn

Issue 170533003: GN: Work on Linux build defines (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « tools/gn/command_help.cc ('k') | tools/gn/secondary/crypto/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/crypto.gni")
5 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
6 import("//crypto/ssl/flags.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 executable("chrome") { 9 executable("chrome") {
10 sources = [ 10 sources = [
11 "app/breakpad_field_trial_win.cc", 11 "app/breakpad_field_trial_win.cc",
12 "app/breakpad_field_trial_win.h", 12 "app/breakpad_field_trial_win.h",
13 "app/breakpad_win.cc", 13 "app/breakpad_win.cc",
14 "app/breakpad_win.h", 14 "app/breakpad_win.h",
15 "app/chrome_dll_resource.h", 15 "app/chrome_dll_resource.h",
16 "app/chrome_exe_main_aura.cc", 16 "app/chrome_exe_main_aura.cc",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 # ":theme_resources_gen", 297 # ":theme_resources_gen",
298 # #"//ui:ui_resources", 298 # #"//ui:ui_resources",
299 # ] 299 # ]
300 #} 300 #}
301 # 301 #
302 ## TODO(brettw) rename "app_theme_resources" or something when we don't support 302 ## TODO(brettw) rename "app_theme_resources" or something when we don't support
303 ## GYP any more. This name is required to match the GYP build. 303 ## GYP any more. This name is required to match the GYP build.
304 #grit("theme_resources_gen") { 304 #grit("theme_resources_gen") {
305 # source = "app/theme/theme_resources.grd" 305 # source = "app/theme/theme_resources.grd"
306 #} 306 #}
OLDNEW
« no previous file with comments | « tools/gn/command_help.cc ('k') | tools/gn/secondary/crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698