| 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 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2863 '../components/components.gyp:sync_driver', | 2863 '../components/components.gyp:sync_driver', |
| 2864 '../components/components.gyp:translate_core_browser', | 2864 '../components/components.gyp:translate_core_browser', |
| 2865 '../components/components.gyp:translate_core_common', | 2865 '../components/components.gyp:translate_core_common', |
| 2866 '../components/components.gyp:url_fixer', | 2866 '../components/components.gyp:url_fixer', |
| 2867 '../components/components.gyp:user_prefs', | 2867 '../components/components.gyp:user_prefs', |
| 2868 '../components/components_strings.gyp:components_strings', | 2868 '../components/components_strings.gyp:components_strings', |
| 2869 # This depends directly on the variations target, rather than just | 2869 # This depends directly on the variations target, rather than just |
| 2870 # transitively via the common target because the proto sources need to | 2870 # transitively via the common target because the proto sources need to |
| 2871 # be generated before code in this target can start building. | 2871 # be generated before code in this target can start building. |
| 2872 '../components/components.gyp:variations', | 2872 '../components/components.gyp:variations', |
| 2873 '../components/components.gyp:variations_http_provider', |
| 2873 '../components/components.gyp:webdata_common', | 2874 '../components/components.gyp:webdata_common', |
| 2874 '../content/content.gyp:content_browser', | 2875 '../content/content.gyp:content_browser', |
| 2875 '../content/content.gyp:content_common', | 2876 '../content/content.gyp:content_common', |
| 2876 '../courgette/courgette.gyp:courgette_lib', | 2877 '../courgette/courgette.gyp:courgette_lib', |
| 2877 '../crypto/crypto.gyp:crypto', | 2878 '../crypto/crypto.gyp:crypto', |
| 2878 '../google_apis/google_apis.gyp:google_apis', | 2879 '../google_apis/google_apis.gyp:google_apis', |
| 2879 '../jingle/jingle.gyp:notifier', | 2880 '../jingle/jingle.gyp:notifier', |
| 2880 '../skia/skia.gyp:skia', | 2881 '../skia/skia.gyp:skia', |
| 2881 '../sql/sql.gyp:sql', | 2882 '../sql/sql.gyp:sql', |
| 2882 '../sync/sync.gyp:sync', | 2883 '../sync/sync.gyp:sync', |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3583 'variables': { | 3584 'variables': { |
| 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3585 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3586 }, | 3587 }, |
| 3587 'includes': [ '../build/protoc.gypi' ] | 3588 'includes': [ '../build/protoc.gypi' ] |
| 3588 }, | 3589 }, |
| 3589 ], | 3590 ], |
| 3590 },], | 3591 },], |
| 3591 ], | 3592 ], |
| 3592 } | 3593 } |
| OLD | NEW |