| 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 '../third_party/re2/re2.gyp:re2', | |
| 8 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 10 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 11 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| 12 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
| 13 '../sql/sql.gyp:sql', | 12 '../sql/sql.gyp:sql', |
| 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/accessibility/accessibility.gyp:accessibility', | 16 '../ui/accessibility/accessibility.gyp:accessibility', |
| 17 '../ui/accessibility/accessibility.gyp:ax_gen', | 17 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 18 '../ui/base/ui_base.gyp:ui_base', |
| 18 '../ui/events/events.gyp:events_base', | 19 '../ui/events/events.gyp:events_base', |
| 19 '../ui/events/events.gyp:gesture_detection', | 20 '../ui/events/events.gyp:gesture_detection', |
| 20 '../ui/gfx/gfx.gyp:gfx', | 21 '../ui/gfx/gfx.gyp:gfx', |
| 21 '../ui/gfx/gfx.gyp:gfx_geometry', | 22 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 22 '../ui/resources/ui_resources.gyp:ui_resources', | 23 '../ui/resources/ui_resources.gyp:ui_resources', |
| 23 '../ui/snapshot/snapshot.gyp:snapshot', | 24 '../ui/snapshot/snapshot.gyp:snapshot', |
| 24 '../ui/ui.gyp:ui', | |
| 25 'browser/speech/proto/speech_proto.gyp:speech_proto', | 25 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 26 ], | 26 ], |
| 27 'export_dependent_settings': [ | 27 'export_dependent_settings': [ |
| 28 '../ui/accessibility/accessibility.gyp:ax_gen', | 28 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 29 ], | 29 ], |
| 30 'include_dirs': [ | 30 'include_dirs': [ |
| 31 '..', | 31 '..', |
| 32 '<(INTERMEDIATE_DIR)', | 32 '<(INTERMEDIATE_DIR)', |
| 33 ], | 33 ], |
| 34 'sources': [ | 34 'sources': [ |
| (...skipping 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1691 '../build/linux/system.gyp:dbus', | 1691 '../build/linux/system.gyp:dbus', |
| 1692 '../dbus/dbus.gyp:dbus', | 1692 '../dbus/dbus.gyp:dbus', |
| 1693 ], | 1693 ], |
| 1694 }, { # OS != "linux" or use_dbus==0 | 1694 }, { # OS != "linux" or use_dbus==0 |
| 1695 'sources!': [ | 1695 'sources!': [ |
| 1696 'browser/geolocation/wifi_data_provider_linux.cc', | 1696 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1697 ], | 1697 ], |
| 1698 }], | 1698 }], |
| 1699 ], | 1699 ], |
| 1700 } | 1700 } |
| OLD | NEW |