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

Side by Side Diff: trunk/src/chrome/chrome_dll.gypi

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'app/chrome_main.cc', 122 'app/chrome_main.cc',
123 'app/chrome_main_delegate.cc', 123 'app/chrome_main_delegate.cc',
124 'app/chrome_main_delegate.h', 124 'app/chrome_main_delegate.h',
125 'app/delay_load_hook_win.cc', 125 'app/delay_load_hook_win.cc',
126 'app/delay_load_hook_win.h', 126 'app/delay_load_hook_win.h',
127 127
128 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ', 128 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ',
129 '../base/win/dllmain.cc', 129 '../base/win/dllmain.cc',
130 130
131 # Cursors. 131 # Cursors.
132 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r c', 132 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resource s.rc',
133 ], 133 ],
134 'include_dirs': [ 134 'include_dirs': [
135 '<(DEPTH)/third_party/wtl/include', 135 '<(DEPTH)/third_party/wtl/include',
136 ], 136 ],
137 'configurations': { 137 'configurations': {
138 'Debug_Base': { 138 'Debug_Base': {
139 'msvs_settings': { 139 'msvs_settings': {
140 'VCLinkerTool': { 140 'VCLinkerTool': {
141 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 141 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
142 }, 142 },
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 }, 373 },
374 }], 374 }],
375 ] 375 ]
376 }], 376 }],
377 ], 377 ],
378 }, # target chrome_child_dll 378 }, # target chrome_child_dll
379 ], 379 ],
380 }], 380 }],
381 ], 381 ],
382 } 382 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_browser_ui.gypi ('k') | trunk/src/chrome/chrome_repack_chrome_100_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698