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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6386009: Remove app/win/win_util.h,cc etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with NSApp changes in r73581 Created 9 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'common/resource_response.h', 152 'common/resource_response.h',
153 'common/result_codes.h', 153 'common/result_codes.h',
154 'common/sandbox_init_wrapper.h', 154 'common/sandbox_init_wrapper.h',
155 'common/sandbox_init_wrapper_linux.cc', 155 'common/sandbox_init_wrapper_linux.cc',
156 'common/sandbox_init_wrapper_mac.cc', 156 'common/sandbox_init_wrapper_mac.cc',
157 'common/sandbox_init_wrapper_win.cc', 157 'common/sandbox_init_wrapper_win.cc',
158 'common/sandbox_mac.h', 158 'common/sandbox_mac.h',
159 'common/sandbox_mac.mm', 159 'common/sandbox_mac.mm',
160 'common/sandbox_policy.cc', 160 'common/sandbox_policy.cc',
161 'common/sandbox_policy.h', 161 'common/sandbox_policy.h',
162 'common/section_util_win.cc',
163 'common/section_util_win.h',
162 'common/serialized_script_value.cc', 164 'common/serialized_script_value.cc',
163 'common/serialized_script_value.h', 165 'common/serialized_script_value.h',
164 'common/set_process_title.cc', 166 'common/set_process_title.cc',
165 'common/set_process_title.h', 167 'common/set_process_title.h',
166 'common/set_process_title_linux.cc', 168 'common/set_process_title_linux.cc',
167 'common/set_process_title_linux.h', 169 'common/set_process_title_linux.h',
168 'common/speech_input_messages.cc', 170 'common/speech_input_messages.cc',
169 'common/speech_input_messages.h', 171 'common/speech_input_messages.h',
170 'common/switch_utils.cc', 172 'common/switch_utils.cc',
171 'common/switch_utils.h', 173 'common/switch_utils.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'configurations': { 635 'configurations': {
634 'Common_Base': { 636 'Common_Base': {
635 'msvs_target_platform': 'x64', 637 'msvs_target_platform': 'x64',
636 }, 638 },
637 }, 639 },
638 }, 640 },
639 ], 641 ],
640 }], 642 }],
641 ], 643 ],
642 } 644 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698