| Index: third_party/WebKit/Source/devtools/scripts/check_gn.js
|
| diff --git a/third_party/WebKit/Source/devtools/scripts/check_gn.js b/third_party/WebKit/Source/devtools/scripts/check_gn.js
|
| index f46e72ca2d733e1d6d615b9ad048e8a3ff2b1d2b..e942126a820ad80526cd5073c64e3b9033abd86f 100644
|
| --- a/third_party/WebKit/Source/devtools/scripts/check_gn.js
|
| +++ b/third_party/WebKit/Source/devtools/scripts/check_gn.js
|
| @@ -1,6 +1,7 @@
|
| // Copyright 2017 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| +'use strict';
|
|
|
| const fs = require('fs');
|
| const path = require('path');
|
|
|