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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 8 '../base/base.gyp:base_graph', |
8 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 11 '../google_apis/google_apis.gyp:google_apis', |
11 '../net/net.gyp:net', | 12 '../net/net.gyp:net', |
12 '../skia/skia.gyp:skia', | 13 '../skia/skia.gyp:skia', |
13 '../sql/sql.gyp:sql', | 14 '../sql/sql.gyp:sql', |
14 '../third_party/re2/re2.gyp:re2', | 15 '../third_party/re2/re2.gyp:re2', |
15 '../third_party/zlib/zlib.gyp:zip', | 16 '../third_party/zlib/zlib.gyp:zip', |
16 '../third_party/zlib/zlib.gyp:zlib', | 17 '../third_party/zlib/zlib.gyp:zlib', |
17 '../ui/snapshot/snapshot.gyp:snapshot', | 18 '../ui/snapshot/snapshot.gyp:snapshot', |
(...skipping 17 matching lines...) Expand all Loading... |
35 'public/browser/android/download_controller_android.h', | 36 'public/browser/android/download_controller_android.h', |
36 'public/browser/browser_accessibility_state.h', | 37 'public/browser/browser_accessibility_state.h', |
37 'public/browser/browser_child_process_host.h', | 38 'public/browser/browser_child_process_host.h', |
38 'public/browser/browser_child_process_host_delegate.cc', | 39 'public/browser/browser_child_process_host_delegate.cc', |
39 'public/browser/browser_child_process_host_delegate.h', | 40 'public/browser/browser_child_process_host_delegate.h', |
40 'public/browser/browser_child_process_host_iterator.cc', | 41 'public/browser/browser_child_process_host_iterator.cc', |
41 'public/browser/browser_child_process_host_iterator.h', | 42 'public/browser/browser_child_process_host_iterator.h', |
42 'public/browser/browser_child_process_observer.cc', | 43 'public/browser/browser_child_process_observer.cc', |
43 'public/browser/browser_child_process_observer.h', | 44 'public/browser/browser_child_process_observer.h', |
44 'public/browser/browser_context.h', | 45 'public/browser/browser_context.h', |
| 46 'public/browser/graph/browser_context_configuration.cc', |
| 47 'public/browser/graph/browser_context_configuration.h', |
| 48 'public/browser/graph/browser_context_dependency_manager.cc', |
| 49 'public/browser/graph/browser_context_dependency_manager.h', |
| 50 'public/browser/graph/browser_context_dependency_visitor.h', |
| 51 'public/browser/graph/browser_context_dependency_visitor_impl.h', |
45 'public/browser/browser_ipc_logging.h', | 52 'public/browser/browser_ipc_logging.h', |
46 'public/browser/browser_main_parts.cc', | 53 'public/browser/browser_main_parts.cc', |
47 'public/browser/browser_main_parts.h', | 54 'public/browser/browser_main_parts.h', |
48 'public/browser/browser_main_runner.h', | 55 'public/browser/browser_main_runner.h', |
49 'public/browser/browser_message_filter.cc', | 56 'public/browser/browser_message_filter.cc', |
50 'public/browser/browser_message_filter.h', | 57 'public/browser/browser_message_filter.h', |
51 'public/browser/browser_ppapi_host.h', | 58 'public/browser/browser_ppapi_host.h', |
52 'public/browser/browser_shutdown.h', | 59 'public/browser/browser_shutdown.h', |
53 'public/browser/browser_url_handler.h', | 60 'public/browser/browser_url_handler.h', |
54 'public/browser/browser_thread.h', | 61 'public/browser/browser_thread.h', |
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1402 '../third_party/speex/speex.gyp:libspeex', | 1409 '../third_party/speex/speex.gyp:libspeex', |
1403 ], | 1410 ], |
1404 }], | 1411 }], |
1405 ['linux_use_libgps==1', { | 1412 ['linux_use_libgps==1', { |
1406 'dependencies': [ | 1413 'dependencies': [ |
1407 '../build/linux/system.gyp:libgps', | 1414 '../build/linux/system.gyp:libgps', |
1408 ], | 1415 ], |
1409 }], | 1416 }], |
1410 ], | 1417 ], |
1411 } | 1418 } |
OLD | NEW |