OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 }], | 486 }], |
487 ], | 487 ], |
488 }, | 488 }, |
489 { | 489 { |
490 'target_name': 'utility', | 490 'target_name': 'utility', |
491 'type': 'static_library', | 491 'type': 'static_library', |
492 'dependencies': [ | 492 'dependencies': [ |
493 '../base/base.gyp:base', | 493 '../base/base.gyp:base', |
494 '../content/content.gyp:content_utility', | 494 '../content/content.gyp:content_utility', |
495 '../skia/skia.gyp:skia', | 495 '../skia/skia.gyp:skia', |
| 496 '../ui/ui.gyp:ui_base', |
496 ], | 497 ], |
497 'sources': [ | 498 'sources': [ |
498 'utility/chrome_content_utility_client.cc', | 499 'utility/chrome_content_utility_client.cc', |
499 'utility/chrome_content_utility_client.h', | 500 'utility/chrome_content_utility_client.h', |
500 ], | 501 ], |
501 'include_dirs': [ | 502 'include_dirs': [ |
502 '..', | 503 '..', |
503 ], | 504 ], |
504 'conditions': [ | 505 'conditions': [ |
505 ['toolkit_uses_gtk == 1', { | 506 ['toolkit_uses_gtk == 1', { |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
833 'dependencies': [ | 834 'dependencies': [ |
834 'chrome_strings', | 835 'chrome_strings', |
835 'common', | 836 'common', |
836 'common_net', | 837 'common_net', |
837 '../base/base.gyp:base', | 838 '../base/base.gyp:base', |
838 '../jingle/jingle.gyp:notifier', | 839 '../jingle/jingle.gyp:notifier', |
839 '../net/net.gyp:net', | 840 '../net/net.gyp:net', |
840 '../printing/printing.gyp:printing', | 841 '../printing/printing.gyp:printing', |
841 '../skia/skia.gyp:skia', | 842 '../skia/skia.gyp:skia', |
842 '../third_party/libjingle/libjingle.gyp:libjingle', | 843 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 844 '../ui/ui.gyp:ui_base', |
843 ], | 845 ], |
844 'sources': [ | 846 'sources': [ |
845 'service/service_child_process_host.cc', | 847 'service/service_child_process_host.cc', |
846 'service/service_child_process_host.h', | 848 'service/service_child_process_host.h', |
847 'service/service_ipc_server.cc', | 849 'service/service_ipc_server.cc', |
848 'service/service_ipc_server.h', | 850 'service/service_ipc_server.h', |
849 'service/service_main.cc', | 851 'service/service_main.cc', |
850 'service/service_process.cc', | 852 'service/service_process.cc', |
851 'service/service_process.h', | 853 'service/service_process.h', |
852 'service/service_process_prefs.cc', | 854 'service/service_process_prefs.cc', |
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1681 }], # targets | 1683 }], # targets |
1682 }], # os_posix == 1 and OS != "mac" | 1684 }], # os_posix == 1 and OS != "mac" |
1683 ], # 'conditions' | 1685 ], # 'conditions' |
1684 } | 1686 } |
1685 | 1687 |
1686 # Local Variables: | 1688 # Local Variables: |
1687 # tab-width:2 | 1689 # tab-width:2 |
1688 # indent-tabs-mode:nil | 1690 # indent-tabs-mode:nil |
1689 # End: | 1691 # End: |
1690 # vim: set expandtab tabstop=2 shiftwidth=2: | 1692 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |