OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
11 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
12 '../sql/sql.gyp:sql', | 12 '../sql/sql.gyp:sql', |
13 '../third_party/re2/re2.gyp:re2', | 13 '../third_party/re2/re2.gyp:re2', |
14 '../third_party/zlib/google/zip.gyp:zip', | 14 '../third_party/zlib/google/zip.gyp:zip', |
15 '../third_party/zlib/zlib.gyp:zlib', | 15 '../third_party/zlib/zlib.gyp:zlib', |
16 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 16 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
17 '../ui/accessibility/accessibility.gyp:accessibility', | 17 '../ui/accessibility/accessibility.gyp:accessibility', |
18 '../ui/accessibility/accessibility.gyp:ax_gen', | 18 '../ui/accessibility/accessibility.gyp:ax_gen', |
19 '../ui/base/ui_base.gyp:ui_base', | 19 '../ui/base/ui_base.gyp:ui_base', |
20 '../ui/events/events.gyp:events_base', | 20 '../ui/events/events.gyp:events_base', |
21 '../ui/events/events.gyp:gesture_detection', | 21 '../ui/events/events.gyp:gesture_detection', |
22 '../ui/gfx/gfx.gyp:gfx', | 22 '../ui/gfx/gfx.gyp:gfx', |
23 '../ui/gfx/gfx.gyp:gfx_geometry', | 23 '../ui/gfx/gfx.gyp:gfx_geometry', |
24 '../ui/resources/ui_resources.gyp:ui_resources', | 24 '../ui/resources/ui_resources.gyp:ui_resources', |
25 '../ui/snapshot/snapshot.gyp:snapshot', | 25 '../ui/snapshot/snapshot.gyp:snapshot', |
| 26 'browser/service_worker/service_worker_proto.gyp:database_proto', |
26 'browser/speech/proto/speech_proto.gyp:speech_proto', | 27 'browser/speech/proto/speech_proto.gyp:speech_proto', |
27 ], | 28 ], |
28 'export_dependent_settings': [ | 29 'export_dependent_settings': [ |
29 '../ui/accessibility/accessibility.gyp:ax_gen', | 30 '../ui/accessibility/accessibility.gyp:ax_gen', |
30 # The public content API headers directly include Blink API headers, so we | 31 # The public content API headers directly include Blink API headers, so we |
31 # have to export the blink header settings so that relative paths in these | 32 # have to export the blink header settings so that relative paths in these |
32 # headers resolve correctly. | 33 # headers resolve correctly. |
33 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 34 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
34 ], | 35 ], |
35 'include_dirs': [ | 36 'include_dirs': [ |
(...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1720 '../build/linux/system.gyp:dbus', | 1721 '../build/linux/system.gyp:dbus', |
1721 '../dbus/dbus.gyp:dbus', | 1722 '../dbus/dbus.gyp:dbus', |
1722 ], | 1723 ], |
1723 }, { # OS != "linux" or use_dbus==0 | 1724 }, { # OS != "linux" or use_dbus==0 |
1724 'sources!': [ | 1725 'sources!': [ |
1725 'browser/geolocation/wifi_data_provider_linux.cc', | 1726 'browser/geolocation/wifi_data_provider_linux.cc', |
1726 ], | 1727 ], |
1727 }], | 1728 }], |
1728 ], | 1729 ], |
1729 } | 1730 } |
OLD | NEW |