OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'bookmarks_browser', | 8 'target_name': 'bookmarks_browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'bookmarks/test/test_bookmark_client.cc', | 92 'bookmarks/test/test_bookmark_client.cc', |
93 'bookmarks/test/test_bookmark_client.h', | 93 'bookmarks/test/test_bookmark_client.h', |
94 ], | 94 ], |
95 'conditions': [ | 95 'conditions': [ |
96 ['use_x11==1', { | 96 ['use_x11==1', { |
97 'dependencies': [ | 97 'dependencies': [ |
98 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', | 98 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', |
99 ], | 99 ], |
100 }], | 100 }], |
101 ], | 101 ], |
| 102 'conditions': [ |
| 103 ['use_x11==1', { |
| 104 'dependencies': [ |
| 105 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', |
| 106 ], |
| 107 }], |
| 108 ], |
102 }, | 109 }, |
103 ], | 110 ], |
104 } | 111 } |
OLD | NEW |