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

Side by Side Diff: chrome/chrome_common.gypi

Issue 5849001: Move GUID utils to src/chrome/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome/common Created 10 years 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/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'common/gpu_feature_flags.cc', 76 'common/gpu_feature_flags.cc',
77 'common/gpu_feature_flags.h', 77 'common/gpu_feature_flags.h',
78 'common/gpu_info.h', 78 'common/gpu_info.h',
79 'common/gpu_info.cc', 79 'common/gpu_info.cc',
80 'common/gpu_messages.cc', 80 'common/gpu_messages.cc',
81 'common/gpu_messages.h', 81 'common/gpu_messages.h',
82 'common/gpu_messages_internal.h', 82 'common/gpu_messages_internal.h',
83 'common/gpu_param_traits.h', 83 'common/gpu_param_traits.h',
84 'common/gpu_video_common.cc', 84 'common/gpu_video_common.cc',
85 'common/gpu_video_common.h', 85 'common/gpu_video_common.h',
86 'common/guid.h',
87 'common/guid.cc',
88 'common/guid_posix.cc',
89 'common/guid_win.cc',
86 'common/indexed_db_key.cc', 90 'common/indexed_db_key.cc',
87 'common/indexed_db_key.h', 91 'common/indexed_db_key.h',
88 'common/indexed_db_messages.cc', 92 'common/indexed_db_messages.cc',
89 'common/indexed_db_messages.h', 93 'common/indexed_db_messages.h',
90 'common/indexed_db_param_traits.cc', 94 'common/indexed_db_param_traits.cc',
91 'common/indexed_db_param_traits.h', 95 'common/indexed_db_param_traits.h',
92 'common/logging_chrome.cc', 96 'common/logging_chrome.cc',
93 'common/logging_chrome.h', 97 'common/logging_chrome.h',
94 'common/main_function_params.h', 98 'common/main_function_params.h',
95 'common/message_router.cc', 99 'common/message_router.cc',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'configurations': { 596 'configurations': {
593 'Common_Base': { 597 'Common_Base': {
594 'msvs_target_platform': 'x64', 598 'msvs_target_platform': 'x64',
595 }, 599 },
596 }, 600 },
597 }, 601 },
598 ], 602 ],
599 }], 603 }],
600 ], 604 ],
601 } 605 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698