| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'browser/extension_util.h', | 380 'browser/extension_util.h', |
| 381 'browser/extension_web_contents_observer.cc', | 381 'browser/extension_web_contents_observer.cc', |
| 382 'browser/extension_web_contents_observer.h', | 382 'browser/extension_web_contents_observer.h', |
| 383 'browser/extensions_browser_client.cc', | 383 'browser/extensions_browser_client.cc', |
| 384 'browser/extensions_browser_client.h', | 384 'browser/extensions_browser_client.h', |
| 385 'browser/external_provider_interface.h', | 385 'browser/external_provider_interface.h', |
| 386 'browser/image_util.cc', | 386 'browser/image_util.cc', |
| 387 'browser/image_util.h', | 387 'browser/image_util.h', |
| 388 'browser/info_map.cc', | 388 'browser/info_map.cc', |
| 389 'browser/info_map.h', | 389 'browser/info_map.h', |
| 390 'browser/install_flag.h', |
| 390 'browser/file_highlighter.cc', | 391 'browser/file_highlighter.cc', |
| 391 'browser/file_highlighter.h', | 392 'browser/file_highlighter.h', |
| 392 'browser/file_reader.cc', | 393 'browser/file_reader.cc', |
| 393 'browser/file_reader.h', | 394 'browser/file_reader.h', |
| 394 'browser/lazy_background_task_queue.cc', | 395 'browser/lazy_background_task_queue.cc', |
| 395 'browser/lazy_background_task_queue.h', | 396 'browser/lazy_background_task_queue.h', |
| 396 'browser/management_policy.cc', | 397 'browser/management_policy.cc', |
| 397 'browser/management_policy.h', | 398 'browser/management_policy.h', |
| 398 'browser/pref_names.cc', | 399 'browser/pref_names.cc', |
| 399 'browser/pref_names.h', | 400 'browser/pref_names.h', |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 'test/test_extensions_client.cc', | 667 'test/test_extensions_client.cc', |
| 667 'test/test_extensions_client.h', | 668 'test/test_extensions_client.h', |
| 668 'test/test_permission_message_provider.cc', | 669 'test/test_permission_message_provider.cc', |
| 669 'test/test_permission_message_provider.h', | 670 'test/test_permission_message_provider.h', |
| 670 'test/test_permissions_provider.cc', | 671 'test/test_permissions_provider.cc', |
| 671 'test/test_permissions_provider.h', | 672 'test/test_permissions_provider.h', |
| 672 ], | 673 ], |
| 673 }, | 674 }, |
| 674 ] | 675 ] |
| 675 } | 676 } |
| OLD | NEW |