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

Side by Side Diff: base/base.gypi

Issue 10540003: Move guid generation from chrome/common/ to base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: installer Created 8 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 | « base/base.gyp ('k') | base/guid.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'files/file_path_watcher.h', 132 'files/file_path_watcher.h',
133 'files/file_path_watcher_kqueue.cc', 133 'files/file_path_watcher_kqueue.cc',
134 'files/file_path_watcher_linux.cc', 134 'files/file_path_watcher_linux.cc',
135 'files/file_path_watcher_stub.cc', 135 'files/file_path_watcher_stub.cc',
136 'files/file_path_watcher_win.cc', 136 'files/file_path_watcher_win.cc',
137 'float_util.h', 137 'float_util.h',
138 'format_macros.h', 138 'format_macros.h',
139 'global_descriptors_posix.cc', 139 'global_descriptors_posix.cc',
140 'global_descriptors_posix.h', 140 'global_descriptors_posix.h',
141 'gtest_prod_util.h', 141 'gtest_prod_util.h',
142 'guid.cc',
143 'guid.h',
144 'guid_posix.cc',
145 'guid_win.cc',
142 'hash_tables.h', 146 'hash_tables.h',
143 'hi_res_timer_manager_posix.cc', 147 'hi_res_timer_manager_posix.cc',
144 'hi_res_timer_manager_win.cc', 148 'hi_res_timer_manager_win.cc',
145 'hi_res_timer_manager.h', 149 'hi_res_timer_manager.h',
146 'id_map.h', 150 'id_map.h',
147 'json/json_file_value_serializer.cc', 151 'json/json_file_value_serializer.cc',
148 'json/json_file_value_serializer.h', 152 'json/json_file_value_serializer.h',
149 'json/json_parser.cc', 153 'json/json_parser.cc',
150 'json/json_parser.h', 154 'json/json_parser.h',
151 'json/json_reader.cc', 155 'json/json_reader.cc',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
611 'sources/': [ 615 'sources/': [
612 ['exclude', '^chromeos/'], 616 ['exclude', '^chromeos/'],
613 ], 617 ],
614 }], 618 }],
615 ], 619 ],
616 }], 620 }],
617 ], 621 ],
618 }, 622 },
619 } 623 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/guid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698