OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'browser/admin_policy.h', | 283 'browser/admin_policy.h', |
284 # NOTE: When moving an API out of Chrome be sure to verify that the | 284 # NOTE: When moving an API out of Chrome be sure to verify that the |
285 # Android build still compiles. See conditions below. | 285 # Android build still compiles. See conditions below. |
286 'browser/api/api_resource.cc', | 286 'browser/api/api_resource.cc', |
287 'browser/api/api_resource.h', | 287 'browser/api/api_resource.h', |
288 'browser/api/api_resource_manager.h', | 288 'browser/api/api_resource_manager.h', |
289 'browser/api/app_runtime/app_runtime_api.cc', | 289 'browser/api/app_runtime/app_runtime_api.cc', |
290 'browser/api/app_runtime/app_runtime_api.h', | 290 'browser/api/app_runtime/app_runtime_api.h', |
291 'browser/api/app_view/app_view_internal_api.cc', | 291 'browser/api/app_view/app_view_internal_api.cc', |
292 'browser/api/app_view/app_view_internal_api.h', | 292 'browser/api/app_view/app_view_internal_api.h', |
| 293 'browser/api/guest_view/guest_view_internal_api.cc', |
| 294 'browser/api/guest_view/guest_view_internal_api.h', |
293 'browser/api/async_api_function.cc', | 295 'browser/api/async_api_function.cc', |
294 'browser/api/async_api_function.h', | 296 'browser/api/async_api_function.h', |
295 'browser/api/cast_channel/cast_auth_util.cc', | 297 'browser/api/cast_channel/cast_auth_util.cc', |
296 'browser/api/cast_channel/cast_auth_util.h', | 298 'browser/api/cast_channel/cast_auth_util.h', |
297 'browser/api/cast_channel/cast_channel_api.cc', | 299 'browser/api/cast_channel/cast_channel_api.cc', |
298 'browser/api/cast_channel/cast_channel_api.h', | 300 'browser/api/cast_channel/cast_channel_api.h', |
299 'browser/api/cast_channel/cast_message_util.cc', | 301 'browser/api/cast_channel/cast_message_util.cc', |
300 'browser/api/cast_channel/cast_message_util.h', | 302 'browser/api/cast_channel/cast_message_util.h', |
301 'browser/api/cast_channel/cast_socket.cc', | 303 'browser/api/cast_channel/cast_socket.cc', |
302 'browser/api/cast_channel/cast_socket.h', | 304 'browser/api/cast_channel/cast_socket.h', |
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
998 'browser/api/cast_channel/logging.proto' | 1000 'browser/api/cast_channel/logging.proto' |
999 ], | 1001 ], |
1000 'variables': { | 1002 'variables': { |
1001 'proto_in_dir': 'browser/api/cast_channel', | 1003 'proto_in_dir': 'browser/api/cast_channel', |
1002 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1004 'proto_out_dir': 'extensions/browser/api/cast_channel', |
1003 }, | 1005 }, |
1004 'includes': [ '../build/protoc.gypi' ] | 1006 'includes': [ '../build/protoc.gypi' ] |
1005 }, | 1007 }, |
1006 ] | 1008 ] |
1007 } | 1009 } |
OLD | NEW |