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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7231016: 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: brettw review 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'common/pref_store.h', 216 'common/pref_store.h',
217 'common/print_messages.h', 217 'common/print_messages.h',
218 'common/random.cc', 218 'common/random.cc',
219 'common/random.h', 219 'common/random.h',
220 'common/render_messages.cc', 220 'common/render_messages.cc',
221 'common/render_messages.h', 221 'common/render_messages.h',
222 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', 222 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc',
223 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', 223 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h',
224 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', 224 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc',
225 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', 225 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h',
226 'common/scoped_co_mem.h',
226 'common/search_provider.h', 227 'common/search_provider.h',
227 'common/service_messages.h', 228 'common/service_messages.h',
228 'common/service_process_util.cc', 229 'common/service_process_util.cc',
229 'common/service_process_util.h', 230 'common/service_process_util.h',
230 'common/service_process_util_linux.cc', 231 'common/service_process_util_linux.cc',
231 'common/service_process_util_mac.mm', 232 'common/service_process_util_mac.mm',
232 'common/service_process_util_posix.cc', 233 'common/service_process_util_posix.cc',
233 'common/service_process_util_posix.h', 234 'common/service_process_util_posix.h',
234 'common/service_process_util_win.cc', 235 'common/service_process_util_win.cc',
235 'common/spellcheck_common.cc', 236 'common/spellcheck_common.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'configurations': { 568 'configurations': {
568 'Common_Base': { 569 'Common_Base': {
569 'msvs_target_platform': 'x64', 570 'msvs_target_platform': 'x64',
570 }, 571 },
571 }, 572 },
572 }, 573 },
573 ], 574 ],
574 }], 575 }],
575 ], 576 ],
576 } 577 }
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