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

Side by Side Diff: base/base.gypi

Issue 15495003: split file path constants out for split link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | « no previous file | base/files/file_path.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'file_version_info.h', 154 'file_version_info.h',
155 'file_version_info_mac.h', 155 'file_version_info_mac.h',
156 'file_version_info_mac.mm', 156 'file_version_info_mac.mm',
157 'file_version_info_win.cc', 157 'file_version_info_win.cc',
158 'file_version_info_win.h', 158 'file_version_info_win.h',
159 'files/dir_reader_fallback.h', 159 'files/dir_reader_fallback.h',
160 'files/dir_reader_linux.h', 160 'files/dir_reader_linux.h',
161 'files/dir_reader_posix.h', 161 'files/dir_reader_posix.h',
162 'files/file_path.cc', 162 'files/file_path.cc',
163 'files/file_path.h', 163 'files/file_path.h',
164 'files/file_path_constants.cc',
164 'files/file_path_watcher.cc', 165 'files/file_path_watcher.cc',
165 'files/file_path_watcher.h', 166 'files/file_path_watcher.h',
166 'files/file_path_watcher_kqueue.cc', 167 'files/file_path_watcher_kqueue.cc',
167 'files/file_path_watcher_linux.cc', 168 'files/file_path_watcher_linux.cc',
168 'files/file_path_watcher_stub.cc', 169 'files/file_path_watcher_stub.cc',
169 'files/file_path_watcher_win.cc', 170 'files/file_path_watcher_win.cc',
170 'files/file_util_proxy.cc', 171 'files/file_util_proxy.cc',
171 'files/file_util_proxy.h', 172 'files/file_util_proxy.h',
172 'files/important_file_writer.h', 173 'files/important_file_writer.h',
173 'files/important_file_writer.cc', 174 'files/important_file_writer.cc',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 793 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
793 'sources/': [ 794 'sources/': [
794 ['exclude', '^third_party/nspr/'], 795 ['exclude', '^third_party/nspr/'],
795 ], 796 ],
796 }], 797 }],
797 ], 798 ],
798 }], 799 }],
799 ], 800 ],
800 }, 801 },
801 } 802 }
OLDNEW
« no previous file with comments | « no previous file | base/files/file_path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698