| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2579 # with iOS. | 2579 # with iOS. |
| 2580 'chrome_browser_policy_non_ios_sources': [ | 2580 'chrome_browser_policy_non_ios_sources': [ |
| 2581 'browser/policy/chrome_browser_policy_connector.cc', | 2581 'browser/policy/chrome_browser_policy_connector.cc', |
| 2582 'browser/policy/chrome_browser_policy_connector.h', | 2582 'browser/policy/chrome_browser_policy_connector.h', |
| 2583 'browser/policy/device_management_service_configuration.cc', | 2583 'browser/policy/device_management_service_configuration.cc', |
| 2584 'browser/policy/device_management_service_configuration.h', | 2584 'browser/policy/device_management_service_configuration.h', |
| 2585 'browser/policy/file_selection_dialogs_policy_handler.cc', | 2585 'browser/policy/file_selection_dialogs_policy_handler.cc', |
| 2586 'browser/policy/file_selection_dialogs_policy_handler.h', | 2586 'browser/policy/file_selection_dialogs_policy_handler.h', |
| 2587 'browser/policy/javascript_policy_handler.cc', | 2587 'browser/policy/javascript_policy_handler.cc', |
| 2588 'browser/policy/javascript_policy_handler.h', | 2588 'browser/policy/javascript_policy_handler.h', |
| 2589 'browser/policy/network_prediction_policy_handler.cc', |
| 2590 'browser/policy/network_prediction_policy_handler.h', |
| 2589 'browser/sessions/restore_on_startup_policy_handler.cc', | 2591 'browser/sessions/restore_on_startup_policy_handler.cc', |
| 2590 'browser/sessions/restore_on_startup_policy_handler.h', | 2592 'browser/sessions/restore_on_startup_policy_handler.h', |
| 2591 'browser/sync/sync_policy_handler.cc', | 2593 'browser/sync/sync_policy_handler.cc', |
| 2592 'browser/sync/sync_policy_handler.h', | 2594 'browser/sync/sync_policy_handler.h', |
| 2593 ], | 2595 ], |
| 2594 # Files to compile when configuration policy is disabled. Note that the | 2596 # Files to compile when configuration policy is disabled. Note that the |
| 2595 # connector factory is also used when policy is enabled. | 2597 # connector factory is also used when policy is enabled. |
| 2596 'chrome_browser_policy_disabled_sources': [ | 2598 'chrome_browser_policy_disabled_sources': [ |
| 2597 'browser/policy/profile_policy_connector_stub.cc', | 2599 'browser/policy/profile_policy_connector_stub.cc', |
| 2598 'browser/policy/profile_policy_connector.h', | 2600 'browser/policy/profile_policy_connector.h', |
| (...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3614 'package_name': 'org/chromium/chrome/browser', | 3616 'package_name': 'org/chromium/chrome/browser', |
| 3615 'template_deps': ['browser/android/tab_load_status.h'], | 3617 'template_deps': ['browser/android/tab_load_status.h'], |
| 3616 }, | 3618 }, |
| 3617 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3619 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3618 }, | 3620 }, |
| 3619 ], | 3621 ], |
| 3620 }, | 3622 }, |
| 3621 ], | 3623 ], |
| 3622 ], | 3624 ], |
| 3623 } | 3625 } |
| OLD | NEW |