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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11038063: Support chrome_to_mobile job receiving Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix format Created 8 years, 1 month 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'common/chrome_sandbox_type_mac.h', 78 'common/chrome_sandbox_type_mac.h',
79 'common/chrome_utility_messages.h', 79 'common/chrome_utility_messages.h',
80 'common/chrome_version_info.cc', 80 'common/chrome_version_info.cc',
81 'common/chrome_version_info_chromeos.cc', 81 'common/chrome_version_info_chromeos.cc',
82 'common/chrome_version_info_posix.cc', 82 'common/chrome_version_info_posix.cc',
83 'common/chrome_version_info_mac.mm', 83 'common/chrome_version_info_mac.mm',
84 'common/chrome_version_info_win.cc', 84 'common/chrome_version_info_win.cc',
85 'common/chrome_version_info.h', 85 'common/chrome_version_info.h',
86 'common/cloud_print/cloud_print_class_mac.h', 86 'common/cloud_print/cloud_print_class_mac.h',
87 'common/cloud_print/cloud_print_class_mac.mm', 87 'common/cloud_print/cloud_print_class_mac.mm',
88 'common/cloud_print/cloud_print_consts.cc',
89 'common/cloud_print/cloud_print_consts.h',
88 'common/cloud_print/cloud_print_helpers.cc', 90 'common/cloud_print/cloud_print_helpers.cc',
89 'common/cloud_print/cloud_print_helpers.h', 91 'common/cloud_print/cloud_print_helpers.h',
90 'common/cloud_print/cloud_print_proxy_info.cc', 92 'common/cloud_print/cloud_print_proxy_info.cc',
91 'common/cloud_print/cloud_print_proxy_info.h', 93 'common/cloud_print/cloud_print_proxy_info.h',
92 'common/common_message_generator.cc', 94 'common/common_message_generator.cc',
93 'common/common_message_generator.h', 95 'common/common_message_generator.h',
94 'common/common_param_traits.cc', 96 'common/common_param_traits.cc',
95 'common/common_param_traits.h', 97 'common/common_param_traits.h',
96 'common/common_param_traits_macros.h', 98 'common/common_param_traits_macros.h',
97 'common/content_settings.cc', 99 'common/content_settings.cc',
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'common/metrics/proto/user_action_event.proto', 588 'common/metrics/proto/user_action_event.proto',
587 ], 589 ],
588 'variables': { 590 'variables': {
589 'proto_in_dir': 'common/metrics/proto', 591 'proto_in_dir': 'common/metrics/proto',
590 'proto_out_dir': 'chrome/common/metrics/proto', 592 'proto_out_dir': 'chrome/common/metrics/proto',
591 }, 593 },
592 'includes': [ '../build/protoc.gypi' ], 594 'includes': [ '../build/protoc.gypi' ],
593 }, 595 },
594 ], 596 ],
595 } 597 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698