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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7263009: Reland "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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'common/libxml_utils.h', 216 'common/libxml_utils.h',
217 'common/native_window_notification_source.h', 217 'common/native_window_notification_source.h',
218 'common/persistent_pref_store.h', 218 'common/persistent_pref_store.h',
219 'common/pref_store.cc', 219 'common/pref_store.cc',
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 'common/scoped_co_mem.h',
226 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', 227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc',
227 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', 228 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h',
228 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', 229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc',
229 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', 230 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h',
230 'common/search_provider.h', 231 'common/search_provider.h',
231 'common/service_messages.h', 232 'common/service_messages.h',
232 'common/service_process_util.cc', 233 'common/service_process_util.cc',
233 'common/service_process_util.h', 234 'common/service_process_util.h',
234 'common/service_process_util_linux.cc', 235 'common/service_process_util_linux.cc',
235 'common/service_process_util_mac.mm', 236 'common/service_process_util_mac.mm',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'configurations': { 571 'configurations': {
571 'Common_Base': { 572 'Common_Base': {
572 'msvs_target_platform': 'x64', 573 'msvs_target_platform': 'x64',
573 }, 574 },
574 }, 575 },
575 }, 576 },
576 ], 577 ],
577 }], 578 }],
578 ], 579 ],
579 } 580 }
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