| 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 3030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3041 '../components/components.gyp:user_prefs', | 3041 '../components/components.gyp:user_prefs', |
| 3042 '../components/components.gyp:wallpaper', | 3042 '../components/components.gyp:wallpaper', |
| 3043 '../components/components_strings.gyp:components_strings', | 3043 '../components/components_strings.gyp:components_strings', |
| 3044 # This depends directly on the variations target, rather than just | 3044 # This depends directly on the variations target, rather than just |
| 3045 # transitively via the common target because the proto sources need to | 3045 # transitively via the common target because the proto sources need to |
| 3046 # be generated before code in this target can start building. | 3046 # be generated before code in this target can start building. |
| 3047 '../components/components.gyp:variations', | 3047 '../components/components.gyp:variations', |
| 3048 '../components/components.gyp:variations_http_provider', | 3048 '../components/components.gyp:variations_http_provider', |
| 3049 '../components/components.gyp:webdata_common', | 3049 '../components/components.gyp:webdata_common', |
| 3050 '../components/components.gyp:webdata_services', | 3050 '../components/components.gyp:webdata_services', |
| 3051 '../components/mime_util/mime_util.gyp:mime_util', |
| 3051 '../content/content.gyp:content_browser', | 3052 '../content/content.gyp:content_browser', |
| 3052 '../content/content.gyp:content_common', | 3053 '../content/content.gyp:content_common', |
| 3053 '../courgette/courgette.gyp:courgette_lib', | 3054 '../courgette/courgette.gyp:courgette_lib', |
| 3054 '../crypto/crypto.gyp:crypto', | 3055 '../crypto/crypto.gyp:crypto', |
| 3055 '../google_apis/google_apis.gyp:google_apis', | 3056 '../google_apis/google_apis.gyp:google_apis', |
| 3056 '../jingle/jingle.gyp:notifier', | 3057 '../jingle/jingle.gyp:notifier', |
| 3057 '../skia/skia.gyp:skia', | 3058 '../skia/skia.gyp:skia', |
| 3058 '../sql/sql.gyp:sql', | 3059 '../sql/sql.gyp:sql', |
| 3059 '../sync/sync.gyp:sync', | 3060 '../sync/sync.gyp:sync', |
| 3060 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 3061 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| (...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3850 'variables': { | 3851 'variables': { |
| 3851 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3852 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3852 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3853 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3853 }, | 3854 }, |
| 3854 'includes': [ '../build/protoc.gypi' ] | 3855 'includes': [ '../build/protoc.gypi' ] |
| 3855 }, | 3856 }, |
| 3856 ], | 3857 ], |
| 3857 },], | 3858 },], |
| 3858 ], | 3859 ], |
| 3859 } | 3860 } |
| OLD | NEW |