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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10876056: Additional file descriptor mappings for Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@x509
Patch Set: Add descriptor_android.h to gyp Created 8 years, 2 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/descriptors_android.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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'common/content_settings.h', 106 'common/content_settings.h',
107 'common/content_settings_helper.cc', 107 'common/content_settings_helper.cc',
108 'common/content_settings_helper.h', 108 'common/content_settings_helper.h',
109 'common/content_settings_pattern.cc', 109 'common/content_settings_pattern.cc',
110 'common/content_settings_pattern.h', 110 'common/content_settings_pattern.h',
111 'common/content_settings_pattern_parser.cc', 111 'common/content_settings_pattern_parser.cc',
112 'common/content_settings_pattern_parser.h', 112 'common/content_settings_pattern_parser.h',
113 'common/content_settings_types.h', 113 'common/content_settings_types.h',
114 'common/custom_handlers/protocol_handler.cc', 114 'common/custom_handlers/protocol_handler.cc',
115 'common/custom_handlers/protocol_handler.h', 115 'common/custom_handlers/protocol_handler.h',
116 'common/descriptors_android.h',
116 'common/extensions/command.cc', 117 'common/extensions/command.cc',
117 'common/extensions/command.h', 118 'common/extensions/command.h',
118 'common/extensions/csp_validator.cc', 119 'common/extensions/csp_validator.cc',
119 'common/extensions/csp_validator.h', 120 'common/extensions/csp_validator.h',
120 'common/extensions/draggable_region.cc', 121 'common/extensions/draggable_region.cc',
121 'common/extensions/draggable_region.h', 122 'common/extensions/draggable_region.h',
122 'common/extensions/event_filter.cc', 123 'common/extensions/event_filter.cc',
123 'common/extensions/event_filter.h', 124 'common/extensions/event_filter.h',
124 'common/extensions/event_filtering_info.cc', 125 'common/extensions/event_filtering_info.cc',
125 'common/extensions/event_filtering_info.h', 126 'common/extensions/event_filtering_info.h',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'common/metrics/proto/user_action_event.proto', 539 'common/metrics/proto/user_action_event.proto',
539 ], 540 ],
540 'variables': { 541 'variables': {
541 'proto_in_dir': 'common/metrics/proto', 542 'proto_in_dir': 'common/metrics/proto',
542 'proto_out_dir': 'chrome/common/metrics/proto', 543 'proto_out_dir': 'chrome/common/metrics/proto',
543 }, 544 },
544 'includes': [ '../build/protoc.gypi' ], 545 'includes': [ '../build/protoc.gypi' ],
545 }, 546 },
546 ], 547 ],
547 } 548 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/descriptors_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698