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 '../ui/events/events.gyp:events_base', | 16 '../ui/events/events.gyp:events_base', |
17 '../ui/gfx/gfx.gyp:gfx', | 17 '../ui/gfx/gfx.gyp:gfx', |
| 18 '../ui/gfx/gfx.gyp:gfx_geometry', |
18 '../ui/resources/ui_resources.gyp:ui_resources', | 19 '../ui/resources/ui_resources.gyp:ui_resources', |
19 '../ui/snapshot/snapshot.gyp:snapshot', | 20 '../ui/snapshot/snapshot.gyp:snapshot', |
20 '../ui/ui.gyp:ui', | 21 '../ui/ui.gyp:ui', |
21 'browser/speech/proto/speech_proto.gyp:speech_proto', | 22 'browser/speech/proto/speech_proto.gyp:speech_proto', |
22 ], | 23 ], |
23 'include_dirs': [ | 24 'include_dirs': [ |
24 '..', | 25 '..', |
25 '<(INTERMEDIATE_DIR)', | 26 '<(INTERMEDIATE_DIR)', |
26 ], | 27 ], |
27 'sources': [ | 28 'sources': [ |
(...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1643 '../build/linux/system.gyp:dbus', | 1644 '../build/linux/system.gyp:dbus', |
1644 '../dbus/dbus.gyp:dbus', | 1645 '../dbus/dbus.gyp:dbus', |
1645 ], | 1646 ], |
1646 }, { # OS != "linux" or use_dbus==0 | 1647 }, { # OS != "linux" or use_dbus==0 |
1647 'sources!': [ | 1648 'sources!': [ |
1648 'browser/geolocation/wifi_data_provider_linux.cc', | 1649 'browser/geolocation/wifi_data_provider_linux.cc', |
1649 ], | 1650 ], |
1650 }], | 1651 }], |
1651 ], | 1652 ], |
1652 } | 1653 } |
OLD | NEW |