| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'browser/android/compositor/scene_layer/scene_layer.cc', | 69 'browser/android/compositor/scene_layer/scene_layer.cc', |
| 70 'browser/android/compositor/scene_layer/scene_layer.h', | 70 'browser/android/compositor/scene_layer/scene_layer.h', |
| 71 'browser/android/compositor/scene_layer/static_tab_scene_layer.cc', | 71 'browser/android/compositor/scene_layer/static_tab_scene_layer.cc', |
| 72 'browser/android/compositor/scene_layer/static_tab_scene_layer.h', | 72 'browser/android/compositor/scene_layer/static_tab_scene_layer.h', |
| 73 'browser/android/compositor/tab_content_manager.cc', | 73 'browser/android/compositor/tab_content_manager.cc', |
| 74 'browser/android/compositor/tab_content_manager.h', | 74 'browser/android/compositor/tab_content_manager.h', |
| 75 'browser/android/content_view_util.cc', | 75 'browser/android/content_view_util.cc', |
| 76 'browser/android/content_view_util.h', | 76 'browser/android/content_view_util.h', |
| 77 'browser/android/cookies/cookies_fetcher.cc', | 77 'browser/android/cookies/cookies_fetcher.cc', |
| 78 'browser/android/cookies/cookies_fetcher.h', | 78 'browser/android/cookies/cookies_fetcher.h', |
| 79 'browser/android/dev_tools_discovery_provider_android.cc', |
| 80 'browser/android/dev_tools_discovery_provider_android.h', |
| 79 'browser/android/dev_tools_manager_delegate_android.cc', | 81 'browser/android/dev_tools_manager_delegate_android.cc', |
| 80 'browser/android/dev_tools_manager_delegate_android.h', | 82 'browser/android/dev_tools_manager_delegate_android.h', |
| 81 'browser/android/dev_tools_server.cc', | 83 'browser/android/dev_tools_server.cc', |
| 82 'browser/android/dev_tools_server.h', | 84 'browser/android/dev_tools_server.h', |
| 83 'browser/android/dom_distiller/external_feedback_reporter_android.cc', | 85 'browser/android/dom_distiller/external_feedback_reporter_android.cc', |
| 84 'browser/android/dom_distiller/external_feedback_reporter_android.h', | 86 'browser/android/dom_distiller/external_feedback_reporter_android.h', |
| 85 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.cc', | 87 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.cc', |
| 86 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.h', | 88 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.h', |
| 87 'browser/android/download/chrome_download_delegate.cc', | 89 'browser/android/download/chrome_download_delegate.cc', |
| 88 'browser/android/download/chrome_download_delegate.h', | 90 'browser/android/download/chrome_download_delegate.h', |
| (...skipping 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3096 ['OS != "ios"', { | 3098 ['OS != "ios"', { |
| 3097 'dependencies': [ | 3099 'dependencies': [ |
| 3098 'apps', | 3100 'apps', |
| 3099 'debugger', | 3101 'debugger', |
| 3100 'installer_util', | 3102 'installer_util', |
| 3101 '../third_party/re2/re2.gyp:re2', | 3103 '../third_party/re2/re2.gyp:re2', |
| 3102 '../cc/cc.gyp:cc', | 3104 '../cc/cc.gyp:cc', |
| 3103 '../components/components.gyp:autofill_content_browser', | 3105 '../components/components.gyp:autofill_content_browser', |
| 3104 '../components/components.gyp:browsing_data', | 3106 '../components/components.gyp:browsing_data', |
| 3105 '../components/components.gyp:data_reduction_proxy_content_browser', | 3107 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3108 '../components/components.gyp:devtools_discovery', |
| 3106 '../components/components.gyp:devtools_http_handler', | 3109 '../components/components.gyp:devtools_http_handler', |
| 3107 '../components/components.gyp:dom_distiller_content', | 3110 '../components/components.gyp:dom_distiller_content', |
| 3108 '../components/components.gyp:favicon_content', | 3111 '../components/components.gyp:favicon_content', |
| 3109 '../components/components.gyp:history_content_browser', | 3112 '../components/components.gyp:history_content_browser', |
| 3110 '../components/components.gyp:keyed_service_content', | 3113 '../components/components.gyp:keyed_service_content', |
| 3111 '../components/components.gyp:navigation_interception', | 3114 '../components/components.gyp:navigation_interception', |
| 3112 '../components/components.gyp:packed_ct_ev_whitelist', | 3115 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3113 '../components/components.gyp:password_manager_content_browser', | 3116 '../components/components.gyp:password_manager_content_browser', |
| 3114 '../components/components.gyp:plugins_common', | 3117 '../components/components.gyp:plugins_common', |
| 3115 '../components/components.gyp:power', | 3118 '../components/components.gyp:power', |
| (...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3843 'variables': { | 3846 'variables': { |
| 3844 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3845 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3846 }, | 3849 }, |
| 3847 'includes': [ '../build/protoc.gypi' ] | 3850 'includes': [ '../build/protoc.gypi' ] |
| 3848 }, | 3851 }, |
| 3849 ], | 3852 ], |
| 3850 },], | 3853 },], |
| 3851 ], | 3854 ], |
| 3852 } | 3855 } |
| OLD | NEW |