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

Side by Side Diff: base/base.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 | « app/app_base.gypi ('k') | base/win/iat_patch_function.h » ('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 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'utf_string_conversions.cc', 314 'utf_string_conversions.cc',
315 'utf_string_conversions.h', 315 'utf_string_conversions.h',
316 'values.cc', 316 'values.cc',
317 'values.h', 317 'values.h',
318 'value_conversions.cc', 318 'value_conversions.cc',
319 'value_conversions.h', 319 'value_conversions.h',
320 'version.cc', 320 'version.cc',
321 'version.h', 321 'version.h',
322 'vlog.cc', 322 'vlog.cc',
323 'vlog.h', 323 'vlog.h',
324 'nix/xdg_util.cc',
325 'nix/xdg_util.h',
326 'win/event_trace_consumer.h', 324 'win/event_trace_consumer.h',
327 'win/event_trace_controller.cc', 325 'win/event_trace_controller.cc',
328 'win/event_trace_controller.h', 326 'win/event_trace_controller.h',
329 'win/event_trace_provider.cc', 327 'win/event_trace_provider.cc',
330 'win/event_trace_provider.h', 328 'win/event_trace_provider.h',
331 'win/i18n.cc', 329 'win/i18n.cc',
332 'win/i18n.h', 330 'win/i18n.h',
333 'win/iat_patch_function.cc',
334 'win/iat_patch_function.h',
335 'win/object_watcher.cc', 331 'win/object_watcher.cc',
336 'win/object_watcher.h', 332 'win/object_watcher.h',
337 'win/registry.cc', 333 'win/registry.cc',
338 'win/registry.h', 334 'win/registry.h',
339 'win/scoped_bstr.cc', 335 'win/scoped_bstr.cc',
340 'win/scoped_bstr.h', 336 'win/scoped_bstr.h',
341 'win/scoped_com_initializer.h',
342 'win/scoped_comptr.h', 337 'win/scoped_comptr.h',
343 'win/scoped_gdi_object.h', 338 'win/scoped_gdi_object.h',
344 'win/scoped_handle.h', 339 'win/scoped_handle.h',
345 'win/scoped_hdc.h', 340 'win/scoped_hdc.h',
346 'win/scoped_hglobal.h', 341 'win/scoped_hglobal.h',
347 'win/scoped_variant.cc', 342 'win/scoped_variant.cc',
348 'win/scoped_variant.h', 343 'win/scoped_variant.h',
344 'win/win_util.cc',
345 'win/win_util.h',
349 'win/windows_version.cc', 346 'win/windows_version.cc',
350 'win/windows_version.h', 347 'win/windows_version.h',
351 'win/win_util.cc',
352 'win/win_util.h',
353 'win/wrapped_window_proc.cc', 348 'win/wrapped_window_proc.cc',
354 'win/wrapped_window_proc.h', 349 'win/wrapped_window_proc.h',
350 'nix/xdg_util.h',
351 'nix/xdg_util.cc',
355 ], 352 ],
356 'include_dirs': [ 353 'include_dirs': [
357 '..', 354 '..',
358 ], 355 ],
359 # These warnings are needed for the files in third_party\dmg_fp. 356 # These warnings are needed for the files in third_party\dmg_fp.
360 'msvs_disabled_warnings': [ 357 'msvs_disabled_warnings': [
361 4244, 4554, 4018, 4102, 358 4244, 4554, 4018, 4102,
362 ], 359 ],
363 'mac_framework_dirs': [ 360 'mac_framework_dirs': [
364 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks', 361 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'third_party/xdg_mime/xdgmimemagic.c', 683 'third_party/xdg_mime/xdgmimemagic.c',
687 'third_party/xdg_mime/xdgmimemagic.h', 684 'third_party/xdg_mime/xdgmimemagic.h',
688 'third_party/xdg_mime/xdgmimeparent.c', 685 'third_party/xdg_mime/xdgmimeparent.c',
689 'third_party/xdg_mime/xdgmimeparent.h', 686 'third_party/xdg_mime/xdgmimeparent.h',
690 ], 687 ],
691 }, 688 },
692 ], 689 ],
693 }], 690 }],
694 ], 691 ],
695 } 692 }
OLDNEW
« no previous file with comments | « app/app_base.gypi ('k') | base/win/iat_patch_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698