| 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 2564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2575 # with iOS. | 2575 # with iOS. |
| 2576 'chrome_browser_policy_non_ios_sources': [ | 2576 'chrome_browser_policy_non_ios_sources': [ |
| 2577 'browser/policy/chrome_browser_policy_connector.cc', | 2577 'browser/policy/chrome_browser_policy_connector.cc', |
| 2578 'browser/policy/chrome_browser_policy_connector.h', | 2578 'browser/policy/chrome_browser_policy_connector.h', |
| 2579 'browser/policy/device_management_service_configuration.cc', | 2579 'browser/policy/device_management_service_configuration.cc', |
| 2580 'browser/policy/device_management_service_configuration.h', | 2580 'browser/policy/device_management_service_configuration.h', |
| 2581 'browser/policy/file_selection_dialogs_policy_handler.cc', | 2581 'browser/policy/file_selection_dialogs_policy_handler.cc', |
| 2582 'browser/policy/file_selection_dialogs_policy_handler.h', | 2582 'browser/policy/file_selection_dialogs_policy_handler.h', |
| 2583 'browser/policy/javascript_policy_handler.cc', | 2583 'browser/policy/javascript_policy_handler.cc', |
| 2584 'browser/policy/javascript_policy_handler.h', | 2584 'browser/policy/javascript_policy_handler.h', |
| 2585 'browser/policy/network_prediction_policy_handler.cc', |
| 2586 'browser/policy/network_prediction_policy_handler.h', |
| 2585 'browser/sessions/restore_on_startup_policy_handler.cc', | 2587 'browser/sessions/restore_on_startup_policy_handler.cc', |
| 2586 'browser/sessions/restore_on_startup_policy_handler.h', | 2588 'browser/sessions/restore_on_startup_policy_handler.h', |
| 2587 'browser/sync/sync_policy_handler.cc', | 2589 'browser/sync/sync_policy_handler.cc', |
| 2588 'browser/sync/sync_policy_handler.h', | 2590 'browser/sync/sync_policy_handler.h', |
| 2589 ], | 2591 ], |
| 2590 # Files to compile when configuration policy is disabled. Note that the | 2592 # Files to compile when configuration policy is disabled. Note that the |
| 2591 # connector factory is also used when policy is enabled. | 2593 # connector factory is also used when policy is enabled. |
| 2592 'chrome_browser_policy_disabled_sources': [ | 2594 'chrome_browser_policy_disabled_sources': [ |
| 2593 'browser/policy/profile_policy_connector_stub.cc', | 2595 'browser/policy/profile_policy_connector_stub.cc', |
| 2594 'browser/policy/profile_policy_connector.h', | 2596 'browser/policy/profile_policy_connector.h', |
| (...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3617 'package_name': 'org/chromium/chrome/browser', | 3619 'package_name': 'org/chromium/chrome/browser', |
| 3618 'template_deps': ['browser/android/tab_load_status.h'], | 3620 'template_deps': ['browser/android/tab_load_status.h'], |
| 3619 }, | 3621 }, |
| 3620 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3622 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3621 }, | 3623 }, |
| 3622 ], | 3624 ], |
| 3623 }, | 3625 }, |
| 3624 ], | 3626 ], |
| 3625 ], | 3627 ], |
| 3626 } | 3628 } |
| OLD | NEW |