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

Side by Side Diff: base/base.gyp

Issue 9363008: Add Media device notification to SystemMonitor and Mac impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Type 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/mac/foundation_util.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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 ['os_bsd==1', { 394 ['os_bsd==1', {
395 'sources!': [ 395 'sources!': [
396 'test/test_file_util_linux.cc', 396 'test/test_file_util_linux.cc',
397 ], 397 ],
398 }], 398 }],
399 ], 399 ],
400 'sources': [ 400 'sources': [
401 'perftimer.cc', 401 'perftimer.cc',
402 'test/mock_chrome_application_mac.h', 402 'test/mock_chrome_application_mac.h',
403 'test/mock_chrome_application_mac.mm', 403 'test/mock_chrome_application_mac.mm',
404 'test/mock_devices_changed_observer.cc',
405 'test/mock_devices_changed_observer.h',
404 'test/mock_time_provider.cc', 406 'test/mock_time_provider.cc',
405 'test/mock_time_provider.h', 407 'test/mock_time_provider.h',
406 'test/multiprocess_test.cc', 408 'test/multiprocess_test.cc',
407 'test/multiprocess_test.h', 409 'test/multiprocess_test.h',
408 'test/perf_test_suite.cc', 410 'test/perf_test_suite.cc',
409 'test/perf_test_suite.h', 411 'test/perf_test_suite.h',
410 'test/scoped_locale.cc', 412 'test/scoped_locale.cc',
411 'test/scoped_locale.h', 413 'test/scoped_locale.h',
412 'test/test_file_util.h', 414 'test/test_file_util.h',
413 'test/test_file_util_linux.cc', 415 'test/test_file_util_linux.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'msvs_settings': { 472 'msvs_settings': {
471 'VCLinkerTool': { 473 'VCLinkerTool': {
472 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 474 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
473 }, 475 },
474 }, 476 },
475 }, 477 },
476 ], 478 ],
477 }], 479 }],
478 ], 480 ],
479 } 481 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/foundation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698