| 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 2903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2914 'installer_util', | 2914 'installer_util', |
| 2915 '../third_party/re2/re2.gyp:re2', | 2915 '../third_party/re2/re2.gyp:re2', |
| 2916 '../cc/cc.gyp:cc', | 2916 '../cc/cc.gyp:cc', |
| 2917 '../components/components.gyp:autofill_content_browser', | 2917 '../components/components.gyp:autofill_content_browser', |
| 2918 '../components/components.gyp:dom_distiller_content', | 2918 '../components/components.gyp:dom_distiller_content', |
| 2919 '../components/components.gyp:keyed_service_content', | 2919 '../components/components.gyp:keyed_service_content', |
| 2920 '../components/components.gyp:navigation_interception', | 2920 '../components/components.gyp:navigation_interception', |
| 2921 '../components/components.gyp:password_manager_content_browser', | 2921 '../components/components.gyp:password_manager_content_browser', |
| 2922 '../components/components.gyp:power', | 2922 '../components/components.gyp:power', |
| 2923 '../components/components.gyp:precache_content', | 2923 '../components/components.gyp:precache_content', |
| 2924 '../components/components.gyp:sessions', | 2924 '../components/components.gyp:sessions_content', |
| 2925 '../components/components.gyp:storage_monitor', | 2925 '../components/components.gyp:storage_monitor', |
| 2926 '../components/components.gyp:translate_content_browser', | 2926 '../components/components.gyp:translate_content_browser', |
| 2927 '../components/components.gyp:url_matcher', | 2927 '../components/components.gyp:url_matcher', |
| 2928 '../components/components.gyp:visitedlink_browser', | 2928 '../components/components.gyp:visitedlink_browser', |
| 2929 '../components/components.gyp:visitedlink_common', | 2929 '../components/components.gyp:visitedlink_common', |
| 2930 '../components/components.gyp:web_cache_browser', | 2930 '../components/components.gyp:web_cache_browser', |
| 2931 '../components/components.gyp:web_modal', | 2931 '../components/components.gyp:web_modal', |
| 2932 '../content/app/resources/content_resources.gyp:content_resources', | 2932 '../content/app/resources/content_resources.gyp:content_resources', |
| 2933 '../media/cast/cast.gyp:cast_net', | 2933 '../media/cast/cast.gyp:cast_net', |
| 2934 '../media/media.gyp:media', | 2934 '../media/media.gyp:media', |
| (...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3604 'variables': { | 3604 'variables': { |
| 3605 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3605 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3606 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3606 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3607 }, | 3607 }, |
| 3608 'includes': [ '../build/protoc.gypi' ] | 3608 'includes': [ '../build/protoc.gypi' ] |
| 3609 }, | 3609 }, |
| 3610 ], | 3610 ], |
| 3611 },], | 3611 },], |
| 3612 ], | 3612 ], |
| 3613 } | 3613 } |
| OLD | NEW |