OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 '../../breakpad/breakpad.gyp:breakpad_client', | 46 '../../breakpad/breakpad.gyp:breakpad_client', |
47 '../../components/components.gyp:autofill_core_browser', | 47 '../../components/components.gyp:autofill_core_browser', |
48 '../../components/components.gyp:autofill_core_common', | 48 '../../components/components.gyp:autofill_core_common', |
49 '../../components/components.gyp:autofill_ios_browser', | 49 '../../components/components.gyp:autofill_ios_browser', |
50 '../../components/components.gyp:bookmarks_browser', | 50 '../../components/components.gyp:bookmarks_browser', |
51 '../../components/components.gyp:bookmarks_managed', | 51 '../../components/components.gyp:bookmarks_managed', |
52 '../../components/components.gyp:component_updater', | 52 '../../components/components.gyp:component_updater', |
53 '../../components/components.gyp:content_settings_core_browser', | 53 '../../components/components.gyp:content_settings_core_browser', |
54 '../../components/components.gyp:crash_core_browser', | 54 '../../components/components.gyp:crash_core_browser', |
55 '../../components/components.gyp:crash_core_common', | 55 '../../components/components.gyp:crash_core_common', |
| 56 '../../components/components.gyp:data_reduction_proxy_core_browser', |
56 '../../components/components.gyp:data_reduction_proxy_core_common', | 57 '../../components/components.gyp:data_reduction_proxy_core_common', |
57 '../../components/components.gyp:dom_distiller_core', | 58 '../../components/components.gyp:dom_distiller_core', |
58 '../../components/components.gyp:dom_distiller_ios', | 59 '../../components/components.gyp:dom_distiller_ios', |
59 '../../components/components.gyp:enhanced_bookmarks', | 60 '../../components/components.gyp:enhanced_bookmarks', |
60 '../../components/components.gyp:favicon_base', | 61 '../../components/components.gyp:favicon_base', |
61 '../../components/components.gyp:favicon_core', | 62 '../../components/components.gyp:favicon_core', |
62 '../../components/components.gyp:gcm_driver', | 63 '../../components/components.gyp:gcm_driver', |
63 '../../components/components.gyp:google_core_browser', | 64 '../../components/components.gyp:google_core_browser', |
64 '../../components/components.gyp:history_core_browser', | 65 '../../components/components.gyp:history_core_browser', |
65 '../../components/components.gyp:history_ios_browser', | 66 '../../components/components.gyp:history_ios_browser', |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 '../../components/components.gyp:omnibox_browser', | 677 '../../components/components.gyp:omnibox_browser', |
677 '../../components/components.gyp:rlz', | 678 '../../components/components.gyp:rlz', |
678 '../../components/components.gyp:search_engines', | 679 '../../components/components.gyp:search_engines', |
679 '../../rlz/rlz.gyp:rlz_lib', | 680 '../../rlz/rlz.gyp:rlz_lib', |
680 ], | 681 ], |
681 }, | 682 }, |
682 ], | 683 ], |
683 }], | 684 }], |
684 ], | 685 ], |
685 } | 686 } |
OLD | NEW |