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

Side by Side Diff: chrome/chrome.gyp

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/visitedlink_master.cc ('k') | chrome/common/common.vcproj » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 '../app/os_exchange_data.h', 162 '../app/os_exchange_data.h',
163 '../app/resource_bundle.cc', 163 '../app/resource_bundle.cc',
164 '../app/resource_bundle.h', 164 '../app/resource_bundle.h',
165 '../app/resource_bundle_win.cc', 165 '../app/resource_bundle_win.cc',
166 '../app/resource_bundle_linux.cc', 166 '../app/resource_bundle_linux.cc',
167 '../app/resource_bundle_mac.mm', 167 '../app/resource_bundle_mac.mm',
168 '../app/slide_animation.cc', 168 '../app/slide_animation.cc',
169 '../app/slide_animation.h', 169 '../app/slide_animation.h',
170 '../app/throb_animation.cc', 170 '../app/throb_animation.cc',
171 '../app/throb_animation.h', 171 '../app/throb_animation.h',
172 '../app/win_util.cc',
173 '../app/win_util.h',
172 ], 174 ],
173 'direct_dependent_settings': { 175 'direct_dependent_settings': {
174 'include_dirs': [ 176 'include_dirs': [
175 '..', 177 '..',
176 ], 178 ],
177 }, 179 },
178 'conditions': [ 180 'conditions': [
179 ['OS=="linux"', { 181 ['OS=="linux"', {
180 'dependencies': [ 182 'dependencies': [
181 # chrome_font_gtk.cc uses fontconfig. 183 # chrome_font_gtk.cc uses fontconfig.
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'common/transport_dib_win.cc', 414 'common/transport_dib_win.cc',
413 'common/unzip.cc', # Requires zlib directly. 415 'common/unzip.cc', # Requires zlib directly.
414 'common/unzip.h', 416 'common/unzip.h',
415 'common/url_constants.cc', 417 'common/url_constants.cc',
416 'common/url_constants.h', 418 'common/url_constants.h',
417 'common/visitedlink_common.cc', 419 'common/visitedlink_common.cc',
418 'common/visitedlink_common.h', 420 'common/visitedlink_common.h',
419 'common/webkit_param_traits.h', 421 'common/webkit_param_traits.h',
420 'common/win_safe_util.cc', 422 'common/win_safe_util.cc',
421 'common/win_safe_util.h', 423 'common/win_safe_util.h',
422 'common/win_util.cc',
423 'common/win_util.h',
424 'common/worker_thread_ticker.cc', 424 'common/worker_thread_ticker.cc',
425 'common/worker_thread_ticker.h', 425 'common/worker_thread_ticker.h',
426 'common/x11_util.cc', 426 'common/x11_util.cc',
427 'common/x11_util.h', 427 'common/x11_util.h',
428 'common/x11_util_internal.h', 428 'common/x11_util_internal.h',
429 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 429 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
430 ], 430 ],
431 'direct_dependent_settings': { 431 'direct_dependent_settings': {
432 'include_dirs': [ 432 'include_dirs': [
433 '..', 433 '..',
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 'common/mru_cache_unittest.cc', 2626 'common/mru_cache_unittest.cc',
2627 'common/net/url_util_unittest.cc', 2627 'common/net/url_util_unittest.cc',
2628 'common/notification_service_unittest.cc', 2628 'common/notification_service_unittest.cc',
2629 '../app/os_exchange_data_unittest.cc', 2629 '../app/os_exchange_data_unittest.cc',
2630 'common/pref_member_unittest.cc', 2630 'common/pref_member_unittest.cc',
2631 'common/pref_service_unittest.cc', 2631 'common/pref_service_unittest.cc',
2632 'common/property_bag_unittest.cc', 2632 'common/property_bag_unittest.cc',
2633 'common/resource_dispatcher_unittest.cc', 2633 'common/resource_dispatcher_unittest.cc',
2634 'common/time_format_unittest.cc', 2634 'common/time_format_unittest.cc',
2635 'common/unzip_unittest.cc', 2635 'common/unzip_unittest.cc',
2636 'common/win_util_unittest.cc', 2636 '../app/win_util_unittest.cc',
2637 'common/worker_thread_ticker_unittest.cc', 2637 'common/worker_thread_ticker_unittest.cc',
2638 'renderer/extensions/extension_api_client_unittest.cc', 2638 'renderer/extensions/extension_api_client_unittest.cc',
2639 'renderer/extensions/greasemonkey_api_unittest.cc', 2639 'renderer/extensions/greasemonkey_api_unittest.cc',
2640 'renderer/extensions/json_schema_unittest.cc', 2640 'renderer/extensions/json_schema_unittest.cc',
2641 'renderer/net/render_dns_master_unittest.cc', 2641 'renderer/net/render_dns_master_unittest.cc',
2642 'renderer/net/render_dns_queue_unittest.cc', 2642 'renderer/net/render_dns_queue_unittest.cc',
2643 'renderer/render_process_unittest.cc', 2643 'renderer/render_process_unittest.cc',
2644 'renderer/render_thread_unittest.cc', 2644 'renderer/render_thread_unittest.cc',
2645 'renderer/render_view_unittest.cc', 2645 'renderer/render_view_unittest.cc',
2646 'renderer/render_widget_unittest.cc', 2646 'renderer/render_widget_unittest.cc',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
3390 # Use outputs of this action as inputs for the main target build. 3390 # Use outputs of this action as inputs for the main target build.
3391 # Seems as a misnomer but makes this happy on Linux (scons). 3391 # Seems as a misnomer but makes this happy on Linux (scons).
3392 'process_outputs_as_sources': 1, 3392 'process_outputs_as_sources': 1,
3393 }, 3393 },
3394 ], # 'actions' 3394 ], # 'actions'
3395 }, 3395 },
3396 ] 3396 ]
3397 }], 3397 }],
3398 ], # 'conditions' 3398 ], # 'conditions'
3399 } 3399 }
OLDNEW
« no previous file with comments | « chrome/browser/visitedlink_master.cc ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698