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

Side by Side Diff: base/base.gypi

Issue 1141793003: Update from https://crrev.com/329939 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « base/base.gyp ('k') | base/base64.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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'files/file_path_watcher_fsevents.h', 202 'files/file_path_watcher_fsevents.h',
203 'files/file_path_watcher_kqueue.cc', 203 'files/file_path_watcher_kqueue.cc',
204 'files/file_path_watcher_kqueue.h', 204 'files/file_path_watcher_kqueue.h',
205 'files/file_path_watcher_linux.cc', 205 'files/file_path_watcher_linux.cc',
206 'files/file_path_watcher_mac.cc', 206 'files/file_path_watcher_mac.cc',
207 'files/file_path_watcher_stub.cc', 207 'files/file_path_watcher_stub.cc',
208 'files/file_path_watcher_win.cc', 208 'files/file_path_watcher_win.cc',
209 'files/file_posix.cc', 209 'files/file_posix.cc',
210 'files/file_proxy.cc', 210 'files/file_proxy.cc',
211 'files/file_proxy.h', 211 'files/file_proxy.h',
212 'files/file_tracing.cc',
213 'files/file_tracing.h',
212 'files/file_util.cc', 214 'files/file_util.cc',
213 'files/file_util.h', 215 'files/file_util.h',
214 'files/file_util_android.cc', 216 'files/file_util_android.cc',
215 'files/file_util_linux.cc', 217 'files/file_util_linux.cc',
216 'files/file_util_mac.mm', 218 'files/file_util_mac.mm',
217 'files/file_util_posix.cc', 219 'files/file_util_posix.cc',
218 'files/file_util_proxy.cc', 220 'files/file_util_proxy.cc',
219 'files/file_util_proxy.h', 221 'files/file_util_proxy.h',
220 'files/file_util_win.cc', 222 'files/file_util_win.cc',
221 'files/file_win.cc', 223 'files/file_win.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'logging.h', 273 'logging.h',
272 'logging_win.cc', 274 'logging_win.cc',
273 'logging_win.h', 275 'logging_win.h',
274 'mac/authorization_util.h', 276 'mac/authorization_util.h',
275 'mac/authorization_util.mm', 277 'mac/authorization_util.mm',
276 'mac/bind_objc_block.h', 278 'mac/bind_objc_block.h',
277 'mac/bundle_locations.h', 279 'mac/bundle_locations.h',
278 'mac/bundle_locations.mm', 280 'mac/bundle_locations.mm',
279 'mac/close_nocancel.cc', 281 'mac/close_nocancel.cc',
280 'mac/cocoa_protocols.h', 282 'mac/cocoa_protocols.h',
283 'mac/dispatch_source_mach.cc',
284 'mac/dispatch_source_mach.h',
281 'mac/foundation_util.h', 285 'mac/foundation_util.h',
282 'mac/foundation_util.mm', 286 'mac/foundation_util.mm',
283 'mac/launch_services_util.cc', 287 'mac/launch_services_util.cc',
284 'mac/launch_services_util.h', 288 'mac/launch_services_util.h',
285 'mac/launchd.cc', 289 'mac/launchd.cc',
286 'mac/launchd.h', 290 'mac/launchd.h',
287 'mac/libdispatch_task_runner.cc', 291 'mac/libdispatch_task_runner.cc',
288 'mac/libdispatch_task_runner.h', 292 'mac/libdispatch_task_runner.h',
289 'mac/mac_logging.cc', 293 'mac/mac_logging.cc',
290 'mac/mac_logging.h', 294 'mac/mac_logging.h',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'win/event_trace_controller.cc', 702 'win/event_trace_controller.cc',
699 'win/event_trace_controller.h', 703 'win/event_trace_controller.h',
700 'win/event_trace_provider.cc', 704 'win/event_trace_provider.cc',
701 'win/event_trace_provider.h', 705 'win/event_trace_provider.h',
702 'win/i18n.cc', 706 'win/i18n.cc',
703 'win/i18n.h', 707 'win/i18n.h',
704 'win/iat_patch_function.cc', 708 'win/iat_patch_function.cc',
705 'win/iat_patch_function.h', 709 'win/iat_patch_function.h',
706 'win/iunknown_impl.cc', 710 'win/iunknown_impl.cc',
707 'win/iunknown_impl.h', 711 'win/iunknown_impl.h',
712 'win/memory_pressure_monitor.cc',
713 'win/memory_pressure_monitor.h',
708 'win/message_window.cc', 714 'win/message_window.cc',
709 'win/message_window.h', 715 'win/message_window.h',
710 'win/metro.cc', 716 'win/metro.cc',
711 'win/metro.h', 717 'win/metro.h',
712 'win/object_watcher.cc', 718 'win/object_watcher.cc',
713 'win/object_watcher.h', 719 'win/object_watcher.h',
714 'win/registry.cc', 720 'win/registry.cc',
715 'win/registry.h', 721 'win/registry.h',
716 'win/resource_util.cc', 722 'win/resource_util.cc',
717 'win/resource_util.h', 723 'win/resource_util.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'i18n/time_formatting.h', 1026 'i18n/time_formatting.h',
1021 'i18n/timezone.cc', 1027 'i18n/timezone.cc',
1022 'i18n/timezone.h', 1028 'i18n/timezone.h',
1023 'i18n/utf8_validator_tables.cc', 1029 'i18n/utf8_validator_tables.cc',
1024 'i18n/utf8_validator_tables.h', 1030 'i18n/utf8_validator_tables.h',
1025 ], 1031 ],
1026 }] 1032 }]
1027 ], 1033 ],
1028 }, 1034 },
1029 } 1035 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698