| 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//sky/engine/build/scripts/scripts.gni") | 6 import("//sky/engine/build/scripts/scripts.gni") |
| 7 import("//sky/engine/config.gni") | 7 import("//sky/engine/config.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 | 9 |
| 10 # Most targets in this file are private actions so use that as the default. | 10 # Most targets in this file are private actions so use that as the default. |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 "network/ResourceLoadTiming.h", | 465 "network/ResourceLoadTiming.h", |
| 466 "network/ResourceRequest.cpp", | 466 "network/ResourceRequest.cpp", |
| 467 "network/ResourceRequest.h", | 467 "network/ResourceRequest.h", |
| 468 "network/ResourceResponse.cpp", | 468 "network/ResourceResponse.cpp", |
| 469 "network/ResourceResponse.h", | 469 "network/ResourceResponse.h", |
| 470 "NotImplemented.cpp", | 470 "NotImplemented.cpp", |
| 471 "NotImplemented.h", | 471 "NotImplemented.h", |
| 472 "ParsingUtilities.h", | 472 "ParsingUtilities.h", |
| 473 "Partitions.cpp", | 473 "Partitions.cpp", |
| 474 "Partitions.h", | 474 "Partitions.h", |
| 475 "PlatformEvent.h", | |
| 476 "PlatformExport.h", | 475 "PlatformExport.h", |
| 477 "PlatformScreen.cpp", | 476 "PlatformScreen.cpp", |
| 478 "PlatformScreen.h", | 477 "PlatformScreen.h", |
| 479 "PlatformThreadData.cpp", | 478 "PlatformThreadData.cpp", |
| 480 "PlatformThreadData.h", | 479 "PlatformThreadData.h", |
| 481 "PurgeableVector.cpp", | 480 "PurgeableVector.cpp", |
| 482 "PurgeableVector.h", | 481 "PurgeableVector.h", |
| 483 "RefCountedSupplement.h", | 482 "RefCountedSupplement.h", |
| 484 "ScriptForbiddenScope.cpp", | 483 "ScriptForbiddenScope.cpp", |
| 485 "ScriptForbiddenScope.h", | 484 "ScriptForbiddenScope.h", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 748 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 750 # TODO(GYP) | 749 # TODO(GYP) |
| 751 #'cflags': ['-marm'], | 750 #'cflags': ['-marm'], |
| 752 # 'conditions': [ | 751 # 'conditions': [ |
| 753 # ['OS=="android"', { | 752 # ['OS=="android"', { |
| 754 # 'cflags!': ['-mthumb'], | 753 # 'cflags!': ['-mthumb'], |
| 755 # }], | 754 # }], |
| 756 # ], | 755 # ], |
| 757 } | 756 } |
| 758 } | 757 } |
| OLD | NEW |