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