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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
370 'prefs/scoped_user_pref_update.h', | 370 'prefs/scoped_user_pref_update.h', |
371 'prefs/value_map_pref_store.cc', | 371 'prefs/value_map_pref_store.cc', |
372 'prefs/value_map_pref_store.h', | 372 'prefs/value_map_pref_store.h', |
373 'prefs/writeable_pref_store.h', | 373 'prefs/writeable_pref_store.h', |
374 ], | 374 ], |
375 'includes': [ | 375 'includes': [ |
376 '../build/android/increase_size_for_speed.gypi', | 376 '../build/android/increase_size_for_speed.gypi', |
377 ], | 377 ], |
378 }, | 378 }, |
379 { | 379 { |
380 'target_name': 'protect_file_posix', | |
Fabrice (no longer in Chrome)
2014/11/17 16:10:54
Nit: Add the gn file location
pasko
2014/11/17 16:25:57
Done.
| |
381 'type': 'static_library', | |
382 'dependencies': [ | |
383 'base', | |
384 ], | |
385 'sources': [ | |
386 'files/protect_file_posix.cc', | |
387 ], | |
388 }, | |
389 { | |
380 'target_name': 'base_prefs_test_support', | 390 'target_name': 'base_prefs_test_support', |
381 'type': 'static_library', | 391 'type': 'static_library', |
382 'dependencies': [ | 392 'dependencies': [ |
383 'base', | 393 'base', |
384 'base_prefs', | 394 'base_prefs', |
385 '../testing/gmock.gyp:gmock', | 395 '../testing/gmock.gyp:gmock', |
386 ], | 396 ], |
387 'sources': [ | 397 'sources': [ |
388 'prefs/mock_pref_change_callback.cc', | 398 'prefs/mock_pref_change_callback.cc', |
389 'prefs/pref_store_observer_mock.cc', | 399 'prefs/pref_store_observer_mock.cc', |
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1539 'dependencies': [ | 1549 'dependencies': [ |
1540 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1550 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1541 ], | 1551 ], |
1542 }], | 1552 }], |
1543 ], | 1553 ], |
1544 }, | 1554 }, |
1545 ], | 1555 ], |
1546 }], | 1556 }], |
1547 ], | 1557 ], |
1548 } | 1558 } |
OLD | NEW |