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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9443007: Add Chrome To Mobile Service and Views Page Action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bail on empty GetOAuth2LoginRefreshToken(). 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/cloud_print/cloud_print_helpers.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 '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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'common/chrome_sandbox_type_mac.h', 82 'common/chrome_sandbox_type_mac.h',
83 'common/chrome_utility_messages.h', 83 'common/chrome_utility_messages.h',
84 'common/chrome_version_info.cc', 84 'common/chrome_version_info.cc',
85 'common/chrome_version_info_chromeos.cc', 85 'common/chrome_version_info_chromeos.cc',
86 'common/chrome_version_info_posix.cc', 86 'common/chrome_version_info_posix.cc',
87 'common/chrome_version_info_mac.mm', 87 'common/chrome_version_info_mac.mm',
88 'common/chrome_version_info_win.cc', 88 'common/chrome_version_info_win.cc',
89 'common/chrome_version_info.h', 89 'common/chrome_version_info.h',
90 'common/cloud_print/cloud_print_class_mac.h', 90 'common/cloud_print/cloud_print_class_mac.h',
91 'common/cloud_print/cloud_print_class_mac.mm', 91 'common/cloud_print/cloud_print_class_mac.mm',
92 'common/cloud_print/cloud_print_helpers.cc',
93 'common/cloud_print/cloud_print_helpers.h',
92 'common/cloud_print/cloud_print_proxy_info.cc', 94 'common/cloud_print/cloud_print_proxy_info.cc',
93 'common/cloud_print/cloud_print_proxy_info.h', 95 'common/cloud_print/cloud_print_proxy_info.h',
94 'common/common_api.h', 96 'common/common_api.h',
95 'common/common_message_generator.cc', 97 'common/common_message_generator.cc',
96 'common/common_message_generator.h', 98 'common/common_message_generator.h',
97 'common/common_param_traits.cc', 99 'common/common_param_traits.cc',
98 'common/common_param_traits.h', 100 'common/common_param_traits.h',
99 'common/content_settings.cc', 101 'common/content_settings.cc',
100 'common/content_settings.h', 102 'common/content_settings.h',
101 'common/content_settings_helper.cc', 103 'common/content_settings_helper.cc',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'common/metrics/proto/user_action_event.proto', 481 'common/metrics/proto/user_action_event.proto',
480 ], 482 ],
481 'variables': { 483 'variables': {
482 'proto_in_dir': 'common/metrics/proto', 484 'proto_in_dir': 'common/metrics/proto',
483 'proto_out_dir': 'chrome/common/metrics/proto', 485 'proto_out_dir': 'chrome/common/metrics/proto',
484 }, 486 },
485 'includes': [ '../build/protoc.gypi' ], 487 'includes': [ '../build/protoc.gypi' ],
486 }, 488 },
487 ], 489 ],
488 } 490 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/cloud_print/cloud_print_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698