OLD | NEW |
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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', | 7 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'aw_message_port_service_impl.h', | 76 'aw_message_port_service_impl.h', |
77 'aw_metrics_switch.cc', | 77 'aw_metrics_switch.cc', |
78 'aw_metrics_switch.h', | 78 'aw_metrics_switch.h', |
79 'aw_pdf_exporter.cc', | 79 'aw_pdf_exporter.cc', |
80 'aw_pdf_exporter.h', | 80 'aw_pdf_exporter.h', |
81 'aw_picture.cc', | 81 'aw_picture.cc', |
82 'aw_picture.h', | 82 'aw_picture.h', |
83 'aw_quota_manager_bridge_impl.cc', | 83 'aw_quota_manager_bridge_impl.cc', |
84 'aw_quota_manager_bridge_impl.h', | 84 'aw_quota_manager_bridge_impl.h', |
85 'aw_resource.cc', | 85 'aw_resource.cc', |
86 'aw_resource.h', | |
87 'aw_settings.cc', | 86 'aw_settings.cc', |
88 'aw_settings.h', | 87 'aw_settings.h', |
89 'aw_web_contents_delegate.cc', | 88 'aw_web_contents_delegate.cc', |
90 'aw_web_contents_delegate.h', | 89 'aw_web_contents_delegate.h', |
91 'aw_web_contents_view_delegate.cc', | 90 'aw_web_contents_view_delegate.cc', |
92 'aw_web_contents_view_delegate.h', | 91 'aw_web_contents_view_delegate.h', |
93 'aw_web_preferences_populater_impl.cc', | 92 'aw_web_preferences_populater_impl.cc', |
94 'aw_web_preferences_populater_impl.h', | 93 'aw_web_preferences_populater_impl.h', |
95 'aw_web_resource_response_impl.cc', | 94 'aw_web_resource_response_impl.cc', |
96 'aw_web_resource_response_impl.h', | 95 'aw_web_resource_response_impl.h', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 { | 180 { |
182 'target_name': 'android_webview_aw_permission_request_resource', | 181 'target_name': 'android_webview_aw_permission_request_resource', |
183 'type': 'none', | 182 'type': 'none', |
184 'variables': { | 183 'variables': { |
185 'source_file': 'permission/aw_permission_request.h', | 184 'source_file': 'permission/aw_permission_request.h', |
186 }, | 185 }, |
187 'includes': [ '../../build/android/java_cpp_enum.gypi' ], | 186 'includes': [ '../../build/android/java_cpp_enum.gypi' ], |
188 }, | 187 }, |
189 ], | 188 ], |
190 } | 189 } |
OLD | NEW |