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 7265009: Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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/browser/ui/views/omnibox/omnibox_view_win.cc ('k') | chrome/common/chrome_paths_win.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'common/pref_store.h', 220 'common/pref_store.h',
221 'common/print_messages.h', 221 'common/print_messages.h',
222 'common/random.cc', 222 'common/random.cc',
223 'common/random.h', 223 'common/random.h',
224 'common/render_messages.cc', 224 'common/render_messages.cc',
225 'common/render_messages.h', 225 'common/render_messages.h',
226 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', 226 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc',
227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', 227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h',
228 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', 228 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc',
229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', 229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h',
230 'common/scoped_co_mem.h',
231 'common/search_provider.h', 230 'common/search_provider.h',
232 'common/service_messages.h', 231 'common/service_messages.h',
233 'common/service_process_util.cc', 232 'common/service_process_util.cc',
234 'common/service_process_util.h', 233 'common/service_process_util.h',
235 'common/service_process_util_linux.cc', 234 'common/service_process_util_linux.cc',
236 'common/service_process_util_mac.mm', 235 'common/service_process_util_mac.mm',
237 'common/service_process_util_posix.cc', 236 'common/service_process_util_posix.cc',
238 'common/service_process_util_posix.h', 237 'common/service_process_util_posix.h',
239 'common/service_process_util_win.cc', 238 'common/service_process_util_win.cc',
240 'common/spellcheck_common.cc', 239 'common/spellcheck_common.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'configurations': { 570 'configurations': {
572 'Common_Base': { 571 'Common_Base': {
573 'msvs_target_platform': 'x64', 572 'msvs_target_platform': 'x64',
574 }, 573 },
575 }, 574 },
576 }, 575 },
577 ], 576 ],
578 }], 577 }],
579 ], 578 ],
580 } 579 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_win.cc ('k') | chrome/common/chrome_paths_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698