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

Side by Side Diff: chrome/BUILD.gn

Issue 923863002: Sort GN files under chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chrome/browser/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
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 configs += [ "//build/config/compiler:wexit_time_destructors" ] 163 configs += [ "//build/config/compiler:wexit_time_destructors" ]
164 164
165 deps = [ 165 deps = [
166 ":browser_dependencies", 166 ":browser_dependencies",
167 "//base/allocator", 167 "//base/allocator",
168 ] 168 ]
169 if (is_win) { 169 if (is_win) {
170 output_name = "chrome" 170 output_name = "chrome"
171 171
172 sources = [ 172 sources = [
173 "//base/win/dllmain.cc",
173 "app/chrome_command_ids.h", 174 "app/chrome_command_ids.h",
174 "app/chrome_dll.rc", 175 "app/chrome_dll.rc",
175 "app/chrome_dll_resource.h", 176 "app/chrome_dll_resource.h",
176 "app/chrome_main.cc", 177 "app/chrome_main.cc",
177 "app/chrome_main_delegate.cc", 178 "app/chrome_main_delegate.cc",
178 "app/chrome_main_delegate.h", 179 "app/chrome_main_delegate.h",
179 "app/close_handle_hook_win.cc", 180 "app/close_handle_hook_win.cc",
180 "app/close_handle_hook_win.h", 181 "app/close_handle_hook_win.h",
181 "app/delay_load_hook_win.cc", 182 "app/delay_load_hook_win.cc",
182 "app/delay_load_hook_win.h", 183 "app/delay_load_hook_win.h",
183 "//base/win/dllmain.cc",
184 ] 184 ]
185 185
186 deps += [ 186 deps += [
187 # On Windows, link the dependencies (libraries) that make up actual 187 # On Windows, link the dependencies (libraries) that make up actual
188 # Chromium functionality into this .dll. 188 # Chromium functionality into this .dll.
189 ":chrome_version_resources", 189 ":chrome_version_resources",
190 "//chrome/app/theme:chrome_unscaled_resources", 190 "//chrome/app/theme:chrome_unscaled_resources",
191 "//chrome_elf", 191 "//chrome_elf",
192 "//content/app/resources", 192 "//content/app/resources",
193 "//crypto", 193 "//crypto",
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "//chrome/browser/ui", 692 "//chrome/browser/ui",
693 "//chrome/child", 693 "//chrome/child",
694 "//chrome/plugin", 694 "//chrome/plugin",
695 "//chrome/renderer", 695 "//chrome/renderer",
696 "//chrome/utility", 696 "//chrome/utility",
697 "//components/enhanced_bookmarks", 697 "//components/enhanced_bookmarks",
698 "//content/public/app:browser", 698 "//content/public/app:browser",
699 ] 699 ]
700 } 700 }
701 } 701 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698