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

Side by Side Diff: base/base.gyp

Issue 5992006: Move data pack from base to app (it's just part of the resource bundle system... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | « app/resource_bundle_win.cc ('k') | base/base.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'callback_unittest.cc', 67 'callback_unittest.cc',
68 'cancellation_flag_unittest.cc', 68 'cancellation_flag_unittest.cc',
69 'command_line_unittest.cc', 69 'command_line_unittest.cc',
70 'condition_variable_unittest.cc', 70 'condition_variable_unittest.cc',
71 'crypto/encryptor_unittest.cc', 71 'crypto/encryptor_unittest.cc',
72 'crypto/rsa_private_key_unittest.cc', 72 'crypto/rsa_private_key_unittest.cc',
73 'crypto/rsa_private_key_nss_unittest.cc', 73 'crypto/rsa_private_key_nss_unittest.cc',
74 'crypto/signature_creator_unittest.cc', 74 'crypto/signature_creator_unittest.cc',
75 'crypto/signature_verifier_unittest.cc', 75 'crypto/signature_verifier_unittest.cc',
76 'crypto/symmetric_key_unittest.cc', 76 'crypto/symmetric_key_unittest.cc',
77 'data_pack_unittest.cc',
78 'debug/leak_tracker_unittest.cc', 77 'debug/leak_tracker_unittest.cc',
79 'debug/stack_trace_unittest.cc', 78 'debug/stack_trace_unittest.cc',
80 'debug/trace_event_win_unittest.cc', 79 'debug/trace_event_win_unittest.cc',
81 'dir_reader_posix_unittest.cc', 80 'dir_reader_posix_unittest.cc',
82 'environment_unittest.cc', 81 'environment_unittest.cc',
83 'file_descriptor_shuffle_unittest.cc', 82 'file_descriptor_shuffle_unittest.cc',
84 'file_path_unittest.cc', 83 'file_path_unittest.cc',
85 'file_util_unittest.cc', 84 'file_util_unittest.cc',
86 'file_version_info_unittest.cc', 85 'file_version_info_unittest.cc',
87 'gmock_unittest.cc', 86 'gmock_unittest.cc',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ], 323 ],
325 }], 324 }],
326 ], 325 ],
327 } 326 }
328 327
329 # Local Variables: 328 # Local Variables:
330 # tab-width:2 329 # tab-width:2
331 # indent-tabs-mode:nil 330 # indent-tabs-mode:nil
332 # End: 331 # End:
333 # vim: set expandtab tabstop=2 shiftwidth=2: 332 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/resource_bundle_win.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698