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: chrome/chrome_common.gypi

Issue 6711024: Example of how to interpose yourself in a message stream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 27 matching lines...) Expand all
38 'common/child_process_logging_mac.mm', 38 'common/child_process_logging_mac.mm',
39 'common/child_process_logging_win.cc', 39 'common/child_process_logging_win.cc',
40 'common/chrome_version_info.cc', 40 'common/chrome_version_info.cc',
41 'common/chrome_version_info.h', 41 'common/chrome_version_info.h',
42 'common/content_settings.cc', 42 'common/content_settings.cc',
43 'common/content_settings.h', 43 'common/content_settings.h',
44 'common/content_settings_helper.cc', 44 'common/content_settings_helper.cc',
45 'common/content_settings_helper.h', 45 'common/content_settings_helper.h',
46 'common/content_settings_types.h', 46 'common/content_settings_types.h',
47 'common/devtools_messages.h', 47 'common/devtools_messages.h',
48 'common/external_ipc_fuzzer.h',
49 'common/external_ipc_fuzzer.cc',
48 'common/guid.cc', 50 'common/guid.cc',
49 'common/guid.h', 51 'common/guid.h',
50 'common/guid_posix.cc', 52 'common/guid_posix.cc',
51 'common/guid_win.cc', 53 'common/guid_win.cc',
52 'common/icon_messages.h', 54 'common/icon_messages.h',
53 'common/instant_types.h', 55 'common/instant_types.h',
54 'common/logging_chrome.cc', 56 'common/logging_chrome.cc',
55 'common/logging_chrome.h', 57 'common/logging_chrome.h',
56 'common/metrics_helpers.cc', 58 'common/metrics_helpers.cc',
57 'common/metrics_helpers.h', 59 'common/metrics_helpers.h',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'configurations': { 531 'configurations': {
530 'Common_Base': { 532 'Common_Base': {
531 'msvs_target_platform': 'x64', 533 'msvs_target_platform': 'x64',
532 }, 534 },
533 }, 535 },
534 }, 536 },
535 ], 537 ],
536 }], 538 }],
537 ], 539 ],
538 } 540 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698