| 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 'browser/api/web_request/form_data_parser.cc', | 493 'browser/api/web_request/form_data_parser.cc', |
| 494 'browser/api/web_request/form_data_parser.h', | 494 'browser/api/web_request/form_data_parser.h', |
| 495 'browser/api/web_request/upload_data_presenter.cc', | 495 'browser/api/web_request/upload_data_presenter.cc', |
| 496 'browser/api/web_request/upload_data_presenter.h', | 496 'browser/api/web_request/upload_data_presenter.h', |
| 497 'browser/api/web_request/web_request_api.cc', | 497 'browser/api/web_request/web_request_api.cc', |
| 498 'browser/api/web_request/web_request_api.h', | 498 'browser/api/web_request/web_request_api.h', |
| 499 'browser/api/web_request/web_request_api_constants.cc', | 499 'browser/api/web_request/web_request_api_constants.cc', |
| 500 'browser/api/web_request/web_request_api_constants.h', | 500 'browser/api/web_request/web_request_api_constants.h', |
| 501 'browser/api/web_request/web_request_api_helpers.cc', | 501 'browser/api/web_request/web_request_api_helpers.cc', |
| 502 'browser/api/web_request/web_request_api_helpers.h', | 502 'browser/api/web_request/web_request_api_helpers.h', |
| 503 'browser/api/web_request/web_request_api_utils.cc', | |
| 504 'browser/api/web_request/web_request_api_utils.h', | |
| 505 'browser/api/web_request/web_request_event_router_delegate.cc', | 503 'browser/api/web_request/web_request_event_router_delegate.cc', |
| 506 'browser/api/web_request/web_request_event_router_delegate.h', | 504 'browser/api/web_request/web_request_event_router_delegate.h', |
| 507 'browser/api/web_request/web_request_permissions.cc', | 505 'browser/api/web_request/web_request_permissions.cc', |
| 508 'browser/api/web_request/web_request_permissions.h', | 506 'browser/api/web_request/web_request_permissions.h', |
| 509 'browser/api/web_request/web_request_time_tracker.cc', | 507 'browser/api/web_request/web_request_time_tracker.cc', |
| 510 'browser/api/web_request/web_request_time_tracker.h', | 508 'browser/api/web_request/web_request_time_tracker.h', |
| 511 'browser/api/web_view/web_view_internal_api.cc', | 509 'browser/api/web_view/web_view_internal_api.cc', |
| 512 'browser/api/web_view/web_view_internal_api.h', | 510 'browser/api/web_view/web_view_internal_api.h', |
| 513 'browser/api_activity_monitor.h', | 511 'browser/api_activity_monitor.h', |
| 514 'browser/app_sorting.h', | 512 'browser/app_sorting.h', |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1159 'conditions': [ | 1157 'conditions': [ |
| 1160 ['OS=="win" and win_use_allocator_shim==1', { | 1158 ['OS=="win" and win_use_allocator_shim==1', { |
| 1161 'dependencies': [ | 1159 'dependencies': [ |
| 1162 '../base/allocator/allocator.gyp:allocator', | 1160 '../base/allocator/allocator.gyp:allocator', |
| 1163 ], | 1161 ], |
| 1164 }], | 1162 }], |
| 1165 ], | 1163 ], |
| 1166 }, | 1164 }, |
| 1167 ] | 1165 ] |
| 1168 } | 1166 } |
| OLD | NEW |