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

Side by Side Diff: base/base.gyp

Issue 9580018: Add media device attach notification mechanism. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Set 1 again Created 8 years, 9 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/system_monitor/system_monitor.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ['os_bsd==1', { 402 ['os_bsd==1', {
403 'sources!': [ 403 'sources!': [
404 'test/test_file_util_linux.cc', 404 'test/test_file_util_linux.cc',
405 ], 405 ],
406 }], 406 }],
407 ], 407 ],
408 'sources': [ 408 'sources': [
409 'perftimer.cc', 409 'perftimer.cc',
410 'test/mock_chrome_application_mac.h', 410 'test/mock_chrome_application_mac.h',
411 'test/mock_chrome_application_mac.mm', 411 'test/mock_chrome_application_mac.mm',
412 'test/mock_devices_changed_observer.cc',
413 'test/mock_devices_changed_observer.h',
412 'test/mock_time_provider.cc', 414 'test/mock_time_provider.cc',
413 'test/mock_time_provider.h', 415 'test/mock_time_provider.h',
414 'test/multiprocess_test.cc', 416 'test/multiprocess_test.cc',
415 'test/multiprocess_test.h', 417 'test/multiprocess_test.h',
416 'test/perf_test_suite.cc', 418 'test/perf_test_suite.cc',
417 'test/perf_test_suite.h', 419 'test/perf_test_suite.h',
418 'test/scoped_locale.cc', 420 'test/scoped_locale.cc',
419 'test/scoped_locale.h', 421 'test/scoped_locale.h',
420 'test/test_file_util.h', 422 'test/test_file_util.h',
421 'test/test_file_util_linux.cc', 423 'test/test_file_util_linux.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 # treated as weak imports in dependents, who still must 545 # treated as weak imports in dependents, who still must
544 # #include closure_blocks_leopard_compat.h to get weak imports. 546 # #include closure_blocks_leopard_compat.h to get weak imports.
545 'type': 'none', 547 'type': 'none',
546 }], 548 }],
547 ], 549 ],
548 }, 550 },
549 ], 551 ],
550 }], 552 }],
551 ], 553 ],
552 } 554 }
OLDNEW
« no previous file with comments | « no previous file | base/system_monitor/system_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698